Skip to content

Instantly share code, notes, and snippets.

@jonikorpi
Created October 20, 2012 17:08
Show Gist options
  • Save jonikorpi/3924046 to your computer and use it in GitHub Desktop.
Save jonikorpi/3924046 to your computer and use it in GitHub Desktop.
All viewport rules in one place
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<style>
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment