Last active
August 29, 2015 14:04
-
-
Save srescio/57c1532dba83fd96fb65 to your computer and use it in GitHub Desktop.
apple specific viewport, not w3c standard
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
<!--> | |
Non-standard, got spread with iPhone's Safari since 2007, | |
Viewport is officially meant to be manipulated via CSS as per W3C specs: | |
http://dev.w3.org/csswg/css-device-adapt/#the-atviewport-rule | |
<--> | |
<meta name="viewport"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment