How do I reset the zoom level in Firefox back to the default?
Asked
Active
Viewed 5.3k times
5 Answers
21
Select View » Zoom » Reset from the menu.
Alternatively press Cmd + 0 on Mac OS X, or Ctrl + 0 on Windows and Linux.
Daniel Beck
- 111,893
8
Go to "View" in the menu, then "Zoom" and then "Normal". Or just press 'Ctrl + 0' (Zero)
Tobias Plutat
- 5,575
6
To reset the zoom level on all pages go to about:config and set browser.zoom.siteSpecific to false.
Jamie Kitson
- 743
0
This fixed it for me
about:config on layout.css.devPixelsPerPx to modify its value. The default is -1.0 in Firefox 22 and above. Change it to 1.0 to make it work like in previous Firefox versions.
https://support.mozilla.org/en-US/questions/963759
Search page for layout.css.devPixelsPerPx
user584583
- 13