Skip to content

Instantly share code, notes, and snippets.

@alycda
Last active December 19, 2015 15:38
Show Gist options
  • Select an option

  • Save alycda/5977626 to your computer and use it in GitHub Desktop.

Select an option

Save alycda/5977626 to your computer and use it in GitHub Desktop.
HTML: viewport (with mobile zoom) #sublime
<!--remove maximum-scale=1 to allow zooming on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment