Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HTML5 Boilerplate / viewport meta tag #242

Open
nickbouton opened this issue Nov 17, 2013 · 0 comments
Open

Update HTML5 Boilerplate / viewport meta tag #242

nickbouton opened this issue Nov 17, 2013 · 0 comments

Comments

@nickbouton
Copy link

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 of initial-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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant