Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can I alter the browser size to 960 pixels wide?

  • 1 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

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.

所有回复 (1)

more options
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"