How can I alter the browser size to 960 pixels wide?
I am setting up a Joomla website on my laptop which is wider than 960 pixels wide. I need to ensure that the full page can be viewed on a smaller screen.
Please advise how to alter the width to help me out.
I am setting up a Joomla website on my laptop which is wider than 960 pixels wide. I need to ensure that the full page can be viewed on a smaller screen.
Please advise how to alter the width to help me out.
All Replies (1)
javascript:(function(){var w=prompt('width x height',window.outerWidth+'x'+window.outerHeight);if(w){var wA=w.split("x");if(wA[0])window.outerWidth=wA[0];if(wA[1])window.outerHeight=wA[1];}})();
Tools > Options > Content : JavaScript > Advanced > Allow Scripts to:
[X] "Move or resize existing windows"