Skip to content

Instantly share code, notes, and snippets.

@unmaya
Last active April 13, 2017 17:14
Show Gist options
  • Save unmaya/4742826 to your computer and use it in GitHub Desktop.
Save unmaya/4742826 to your computer and use it in GitHub Desktop.
Viewport in CSS with Vendor Prefixes. W3C Draft (Jan. 2013): http://dev.w3.org/csswg/css-device-adapt/#the-viewport-rule
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment