Skip to content

Instantly share code, notes, and snippets.

@girvan
Last active December 18, 2015 03:08
Show Gist options
  • Save girvan/5715525 to your computer and use it in GitHub Desktop.
Save girvan/5715525 to your computer and use it in GitHub Desktop.
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=1" />
<meta name="viewport" id="viewport" />
<script>
(function(s, o){
var p = (o == 0),
w = p ? 768 : 1024,
c = p ? 320/w : 480/w;
document.getElementById('viewport').setAttribute('content', 'width=' + w + ',initial-scale=' + c);
})(screen, window.orientation);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment