Why does Firefox interpret 100% zoom differently to other browsers?

8,733

Solution 1

Apparently this is some hot new feature Firefox introduced in 2013. I found a thread discussing it, where a lot of Firefox users seem to be unimpressed.

So it turns out there's a setting in Windows designed to stop text getting too small on high-resolution devices. You can find it by searching for "text size" in control panel.

enter image description here

On my machine, it's set by default to scale text up to 125%:

enter image description here

Apparently, Firefox has decided that it's going to quietly take that setting, and pretend that 100% equals whatever that setting is. So for me, in Firefox-land, 100% = 125%.

It applies this to the Firefox UI as well as all web content (which is why my Firefox buttons look blurry).

It sounds like there's no simple way to turn this off - the thread linked above describes some complex steps, then loads of people comment saying they don't work.


Setting the Windows sizer to 100% makes them more similar (slightly smaller in Firefox, oddly), but it also makes everything painfully small, so it doesn't really solve the problem.

enter image description here

Solution 2

As previous answer stated, it was introduced as a feature. But it CAN be overridden. I found this post explaining the 'feature' and how to revert the behavior.

if you want to set the text size/pixel density in firefox different from that of your system's settings like it was handled in prior versions, enter about:config into the firefox address bar (confirm the info message in case it shows up) & search for the preference named layout.css.devPixelsPerPx. double-click it and change its value to 1.0 (or any other zoom factor that fits your purpose; -1.0 is the default value and will adhere to the system settings).

https://support.mozilla.org/en-US/questions/963036

Share:
8,733

Related videos on Youtube

user56reinstatemonica8
Author by

user56reinstatemonica8

Updated on September 18, 2022

Comments

  • user56reinstatemonica8
    user56reinstatemonica8 almost 2 years

    It's bugged me for a while that Firefox (on Windows 7) seems really "zoomed in" compared to other browsers, even after using ctrl-0 or the zoom menu to make sure its zoom level is 100%.

    Chrome left, Firefox right. Both are set to 100% zoom, but they're clearly interpreting it differently. Everything's massive on Firefox, and a lot of things (even the UI buttons) are fuzzy. What's going on?

    enter image description here

    Just to confirm that they really are both 100% zoom, in Firefox:

    enter image description here

    ...and in Chrome:


    enter image description here

    Curiously, IE by default is zoomed to the same level as what Firefox calls 100%, but it calls it 125%.

    enter image description here

    When forced back to 100%, IE matches Chrome's 100%:

    enter image description here

  • Arthur Kay
    Arthur Kay almost 9 years
    That seems like desired behavior to me. Too often in Windows-land such settings are unused by applications even though the APIs expose them. It's sort of nice to see UX consistency now that smartphones and tablets have spoiled us in that regard.