![]() |
Firefox custom resolution preview?
I do plenty of web design work on my 1680x1050 monitor, and sometimes I want to see how things would look on, say, 1024x768. That resolution doesn't fit on my widescreen, however, so I'm looking for some plugin that can simulate various resolutions -- maybe bars on each side of the page, or window resizing.
I can also do it via CSS but it's a pain :( |
If you unlock some of the features in Firefox, and allow scripts to move or resize existing windows. You can force a resize to various resolutions..
you would then create a bookmark, and paste the following as the "Location" of the bookmark Code:
javascript:window.resizeTo(1024,768);window.moveTo(0,0); Good luck. |
https://addons.mozilla.org/en-US/firefox/addon/60
try this firefox extension... besides resizing the browser you have a bunch of other useful tools for webdesign. gl |
Thank you, that was exactly what I was looking for.
|
All times are GMT -5. The time now is 04:01 PM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2025, vBulletin Solutions, Inc.