Skip to content

Instantly share code, notes, and snippets.

@cliftoncanady
Created October 25, 2012 15:50
Show Gist options
  • Save cliftoncanady/3953556 to your computer and use it in GitHub Desktop.
Save cliftoncanady/3953556 to your computer and use it in GitHub Desktop.
HTML: HTML Meta Tags for Responsive Layouts
<!-- HTML Meta Tags for Responsive Layouts -->
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment