Skip to content

Instantly share code, notes, and snippets.

@aaronmcadam
Created November 10, 2010 10:40
Show Gist options
  • Select an option

  • Save aaronmcadam/670670 to your computer and use it in GitHub Desktop.

Select an option

Save aaronmcadam/670670 to your computer and use it in GitHub Desktop.
bookmarklet to resize browser window to iPhone dimensions
javascript:open(location,'iPhone:portrait','innerWidth='+(320+15)+',innerHeight='+(480+15)+',scrollbars=yes');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment