How to permanently zoom in Firefox without using addons?

11,696

Solution 1

Notice: These settings may not work with version 29 or newer.

Open Firefox and type about:config into the address bar and search for "zoom".

In the search results, change two settings as below.

browser.zoom.siteSpecific false
zoom.minPercent 150

The value of zoom.minPercent must be an integer.

Solution 2

From https://superuser.com/a/1268867 :

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

This affects the GUI and web content, not just the web content or just the text.

Share:
11,696

Related videos on Youtube

Niks
Author by

Niks

Updated on September 18, 2022

Comments

  • Niks
    Niks almost 2 years

    How can you permanently zoom in Firefox without using an add-on?

    Does Firefox have a zoom option similar to Internet Explorer, Chrome & Opera's zoom to x% option?

  • Niks
    Niks over 12 years
    not just the font size .... the whole webpage
  • karla
    karla over 12 years
    scroll up the page - you might find your answer.
  • Niks
    Niks over 12 years
    that isn't permanent zoom
  • karla
    karla over 12 years
    I made a little search - there seems not to be such an option. But wikipedia's acticle about firefox says, that it should remember your zooming settings for each site.
  • Peter Mortensen
    Peter Mortensen over 12 years
    Emperically determined: Firefox must be restarted before it takes effect, at least for zoom.minPercent. Tested with Firefox 8.0.1 (Portable edition)
  • Sencer H.
    Sencer H. about 10 years
    I guess this is a bug in 29. I did the changes and restart the firefox. All sites started in %100. When I touch ctrl+scroll, page became %150 zoomed. I think, somehow, they broke zoom.minPercent behaviour option on startup.
  • D.Snap
    D.Snap almost 8 years
    Version 47 and still this method doesn't work
  • mk1024
    mk1024 almost 5 years
    Or one can simple set zoom.minPercent 150 and zoom.minPercent 150.
  • Sencer H.
    Sencer H. almost 5 years
    @mk1024 I think you said same thing twice.