4

on high resolution screens websites are mostly blank.How to have them stretched to fit the screen?

https://i.sstatic.net/UfpKE.png

I've tried Internet Explorer and Opera and on Linux too: Firefox and Chrome

AppTime
  • 41

4 Answers4

2

The default zoom in Firefox can be reset to any value for all webpages without installing an extension.

  1. In the Firefox address bar type: about:config

  2. Search for this preference: layout.css.devPixelsPerPx

  3. Replace the default value of -1.0 with the new percentage zoom. For example, if you want to change the default zoom from the default value of 100% to 125%, then change the value of layout.css.devPixelsPerPx to 1.25

If you are also using Chrome web browser then the default zoom level can be easily changed from the settings ( 3 vertical dots icon ) in the upper right corner of Chrome. For a better browsing experience set the same default zoom for both Firefox and Chrome.

karel
  • 122,695
  • 134
  • 305
  • 337
  • This was tested on the latest version of Firefox 57 (a.k.a. Firefox Quantum) and Chrome 62. – karel Nov 17 '17 at 07:03
1

It's not obvious from your screenshot which browser you use, but in Chrome I zoom in to about 175% to have things "fit to size".

How far you need to zoom is dependent on your resolution, size of the monitor, the website itself, etc.:

Here's what mine looks like:

enter image description here

Jorge Castro
  • 73,907
1

You can press ctrl and the plus minus keys to zoom in and out, this is remembered per page in fire fox but in chrome you can set a default in settings. (175% for 1080p)

Mark Kirby
  • 18,969
  • 19
  • 80
  • 117
0

This will have to be done per browser.

For Firefox, you can use addons like Default FullZoom Level, so that websites automatically open at a higher zoom: enter image description here

For Google Chrome/Chromium, you can set the default zoom without any extensions. Go to the Settings, search for Page zoom, and change the value in the Web content section: Google Chrome screenshot.

I too keep a 175% zoom for Ask Ubuntu, but I start out 125-150% as a default for new sites.

muru
  • 207,970