1024×768 Bookmarklet

Chris Coyier on

The days of 800×600 screens are all but over, but most of us still try to accommodate 1024px wide screens. Hence the popularity of “960” width sites. This bookmarklet will resize the current browser window to that width and height. You know, so us web designers with giant monitors can see what it’s like to be slummin’ with a 1024 screen. Also, to see “the fold”, if such a concept even matters anymore.

javascript:resizeTo(1024,768)

The Bookmarklet

Drag this button to your browser’s bookmarks bar:

Update (Sep. 10, 2024): This bookmarklet no longer works. It used to work only with a single window open but not with multiple tabs open, but alas, that doesn’t work anymore. Some alternatives are noted in the comments. A reader also wrote in to suggest a tool called Responsive Checker.