Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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