Skip to content

Instantly share code, notes, and snippets.

@micjamking
Last active December 19, 2015 01:59
Show Gist options
  • Save micjamking/5879957 to your computer and use it in GitHub Desktop.
Save micjamking/5879957 to your computer and use it in GitHub Desktop.
[HTML] Meta Tags for Mobile / Responsive Design

HTML Meta Tags for Mobile

Place the following tag in your <head>

<meta name="viewport" content="initial-scale=1.0, width=device-width, maximum-scale=1.0, user-scalable=no" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment