How to view your website in different resolutions

Web programming topics
Post Reply
Tony
Lieutenant
Lieutenant
Posts: 86
Joined: Tue Jul 21, 2009 4:11 pm

How to view your website in different resolutions

Post by Tony » Sun Nov 29, 2009 4:54 am

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); 
Post Reply

Return to “Web programming”