Created
June 2, 2012 08:47
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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