Skip to content

Instantly share code, notes, and snippets.

@haraldox
Created November 15, 2013 16:10
Show Gist options
  • Save haraldox/7486863 to your computer and use it in GitHub Desktop.
Save haraldox/7486863 to your computer and use it in GitHub Desktop.
var meta = document.createElement("meta");
meta.setAttribute('name','viewport');
meta.setAttribute('content','initial-scale='+ (1/window.devicePixelRatio) + ',user-scalable=no');
document.getElementsByTagName('head')[0].appendChild(meta);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment