Created
August 15, 2013 19:06
-
-
Save davidpots/6243778 to your computer and use it in GitHub Desktop.
For viewing iPhone-sized webpages with Chrome, edit any existing Chrome bookmark and replace the URL with this. By default, Chrome cannot be manually minimized any smaller than 400px in width. This gets around that problem.
This file contains hidden or 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:(function(){window.open('http://localhost:3000', '','width=320,height=480');})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment