Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 1 Antwort
  • 2 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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.

Alle Antworten (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"