Skip to content

Instantly share code, notes, and snippets.

@paulmist
Created June 2, 2012 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save paulmist/2857377 to your computer and use it in GitHub Desktop.
Save paulmist/2857377 to your computer and use it in GitHub Desktop.
Open Chrome window, chromeless to set size. Can be expanded/contracted much smaller than regular window.
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