Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

How do I increase the resolution of or zoom out the Firefox GUI in Windows?

  • 3 odpovede
  • 22 má tento problém
  • 9 zobrazení
  • Posledná odpoveď od q0ed0k

more options

The Firefox GUI is zoomed out/low resolution. This affects all parts of the browser (buttons, tabs, bars, etc.) and the web pages displayed.

I have tried running in Safe Mode and then reset Firefox; neither fixed the issue.

Note that my display settings are correct, as Firefox appears to be the only application affected.

The Firefox GUI is zoomed out/low resolution. This affects all parts of the browser (buttons, tabs, bars, etc.) and the web pages displayed. I have tried running in Safe Mode and then reset Firefox; neither fixed the issue. Note that my display settings are correct, as Firefox appears to be the only application affected.

Všetky odpovede (3)

more options

Vybrané riešenie

Upravil(a) kobe dňa

more options

Code changes regarding HiDPI have landed in Firefox 22 and later (bug #844604).

You can modify the layout.css.devPixelsPerPx and increase or decrease the value in 0.1 or 0.05 steps to adjust the size of fonts and other elements in Firefox.

  • The layout.css.devPixelsPerPx pref is a String value parsed to a float and allows to fine tune the dimensions of all elements (user interface and web pages) more precisely (resolution 0.1 or 0.05).
  • Change the default value -1 to 1 to make it work like in previous Firefox versions (100%)
  • Use values between 0.05 and 1.0 to reduce elements in size.
  • Use values greater than 1.0 to magnify and make elements larger (percentage divided by DPI, % / DPI).
  • http://kb.mozillazine.org/about:config

If web pages needs to be adjusted after changing this pref then you can look at the Default FullZoom Level or NoSquint extension.

Use this extension to adjust the font size for the user interface:

more options

Thanks for the quick replies. Too bad Google doesn't have any of those near the top, as it appears to be a common issue.