Skip to content

Instantly share code, notes, and snippets.

@xmjw
Created September 23, 2012 15:29
Show Gist options
  • Save xmjw/3772041 to your computer and use it in GitHub Desktop.
Save xmjw/3772041 to your computer and use it in GitHub Desktop.
HTML Meta Tag for iOS View Ports, for Responsive Design. Causes Safari to scale nicely, rather than try to pretend to be a desktop browser.
<meta name="viewport" content="width=device-width; initial-scale=1.0">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment