Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

firefox display scale fix

  • 4 trả lời
  • 45 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi FoxInfernal

more options

firefox 21 was fine, I just intalled it and the display screen fit my screen resolution of 1024x 768

I just installed firefox 22 and the icons and images, the flash player of any site are bigger, and even the horizontal scroll bar appeared for example when entering youtube site using F21 the horizontal scroll bar was not shown, now it shown by some reason, and everything became bigger, how can I reverse or fix this issue?

firefox 21 was fine, I just intalled it and the display screen fit my screen resolution of 1024x 768 I just installed firefox 22 and the icons and images, the flash player of any site are bigger, and even the horizontal scroll bar appeared for example when entering youtube site using F21 the horizontal scroll bar was not shown, now it shown by some reason, and everything became bigger, how can I reverse or fix this issue?

Tất cả các câu trả lời (4)

more options

Use <Ctrl> - (minus) to reduce what is on your screen. Use <Ctrl> + (plus) to increase.

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).
  • You can use values between 0.05 and 1.0 to reduce elements in size or use values greater than 1.0 to magnify and make elements larger (percentage divided by DPI, % / DPI).

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

See also this MozillaZine forum thread: Does Fx 22 nightly look too large?

more options

thats what i do always, after installing Firefox 22, but no in 21, starting in firefox 22 icons, flash player, and everything became bigger, and will not fit the screen like before, it is the scaling

more options

thansk a lot, I will try to fix by editing the Css, I believe you understood my issue based on the redaction and solutions offerings,