When Firefox goes to a new webpage I don't want it at 100% zoom but at a different percentage that I specify, and I want it to always use this zoom for all pages that it goes to. How can I do that?
3 Answers
This is user configurable from Firefox, without the need for any add-ons.
In the address line, type:
about:configScroll down or search for the preference name:
browser.zoom.siteSpecificDouble-click to change the value to
false
Now your zoom settings will carry over from site to site.
- 7,143
The default zoom in Firefox can be reset to any value for all webpages without installing an extension.
In the Firefox address bar type:
about:configSearch for this preference:
layout.css.devPixelsPerPxReplace the default value of
-1.0with 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 oflayout.css.devPixelsPerPxto1.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.
This was tested on the latest version of Firefox 57 (a.k.a. Firefox Quantum) and Chrome 62, and it also works on Firefox 52 Extended Support Release (ESR).
- 13,706