Wednesday, November 12, 2008

Resize Firefox to a Particular Window Size



Say you want to resize a Firefox window to a particular size, like 1024x768 or any other particular size. All you do is right click on the bookmark toolbar, select 'New bookmark...', then name it whatever you wish and for the location, paste the following:

javascript:window.resizeTo(1024,768);


Javascript has to be enabled, of course. Now whenever you click on that bookmark, it will resize your Firefox window to 1024x768 (or whatever size you typed in). Particularly useful for seeing how things look on different resolution monitors - ahem, web designers?

No comments: