Page 1 of 1

How to view your website in different resolutions

Posted: Sun Nov 29, 2009 4:54 am
by Tony
If you want to test your website in different resolutions, this Tip shows you an easy way. Make a bookmark (or favorite) with the following as the link or location. In this example, your browser will be resized to 800 by 600 leaving the browser content the same. Note - Internet Explorer sometimes chokes on this, other browsers seem to do just fine.

Code: Select all

javascript:resizeTo(800,600);