Skip to content

Instantly share code, notes, and snippets.

@stowball
Created March 7, 2013 00:43
Show Gist options
  • Save stowball/5104561 to your computer and use it in GitHub Desktop.
Save stowball/5104561 to your computer and use it in GitHub Desktop.
Responsive/Mobile meta viewport tags
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<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