RESOURCES ::Mini Tutorials :: Javascript Window Resizer: |
Ever wanted to resize your browser window to test various window resolutions or viewports, try the methods outlined below: Drag these to your browser Links toolbar Alternative Steps to do this manually: 1) Copy and paste "javascript:window.resizeTo(800,600)" into the URL/Address bar of your browser (without the quotes). 2) Press Enter so the window resizes - the browser then recognises the pasted text in the Address bar as an "address". 3) Drag the icon (not the url text) from the Address bar to the Links bar. |
|