Created
December 1, 2012 11:03
-
-
Save simon-johansson/4181526 to your computer and use it in GitHub Desktop.
HTML: Mobile Viewport
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- VIEWPORT --> | |
<!-- optimized for mobile --> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<!-- optimized for mobile, zoom/scaling disabled --> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment