You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice the initial-scale=1 in there - I was having trouble with Reverie scaling & iOS devices in landscape mode until I added that in there. Looks like it's part of the current boilerplate but not in the one used by Reverie.
Also, super minor, but the j.mp link in the comment prior to the viewport meta tag is busted (I noticed this when trying to figure out the reasoning for the lack of initial-scale.)
Few small issues. Apparently the current version of HTML5 BP now uses the following viewport meta tag:
<meta name="viewport" content="width=device-width, initial-scale=1">
Notice the
initial-scale=1
in there - I was having trouble with Reverie scaling & iOS devices in landscape mode until I added that in there. Looks like it's part of the current boilerplate but not in the one used by Reverie.Also, super minor, but the
j.mp
link in the comment prior to the viewport meta tag is busted (I noticed this when trying to figure out the reasoning for the lack ofinitial-scale
.)For more info, reasoning for re-instating it in the HTML5 BP defaults is here: h5bp/mobile-boilerplate#140
If you still want to include it (it's not in the current boilerplate), the new link should go to: h5bp/html5-boilerplate#37
Cheers,
-nick
The text was updated successfully, but these errors were encountered: