Skip to content

Instantly share code, notes, and snippets.

@cesarfigueroa
Last active October 14, 2015 01:57
Show Gist options
  • Save cesarfigueroa/4290027 to your computer and use it in GitHub Desktop.
Save cesarfigueroa/4290027 to your computer and use it in GitHub Desktop.
Resize window to iPhone viewport
document.addEventListener('DOMContentLoaded', function () {
window.resizeBy(-window.innerWidth + 320, -window.innerHeight + 480);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment