Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How can I fix the image scaling quality?

  • 3 件の返信
  • 12 人がこの問題に困っています
  • 485 回表示
  • 最後の返信者: Black-Tigress

more options

I've just updated my Firefox browser to 22.0 (I have windows xp). I've just noticed how bad the image scaling quality is.

This is how it looks like compared to Google Chrome, the original image size was 321 x 192. :

http://i1340.photobucket.com/albums/o721/OfficialBoldenPhotobucket/GoodqualityBadqualitycomparison1_zps664579e9.png

Is there Any type of solution in order to fix this? I've tried going into the about:config and changing the image scaling to false, I've tried the Shift + R thing (which showed No difference whatsoever), I've tried cleaning the cache, I've tried seeing if the proxy was causing the problem (it wasn't), I've tried other "solutions" that didn't work (something to do with switching a certain number setting to 0 - I apologize since I forgot). None of those solutions work. Is there anything I could do with the HTML coding - something to do with the algorithm? I've heard of the HTML Validator add-on with Firefox, I'm wondering if that could help.

If coding is to be involved, could you please explain it in the most easy way possible? Imagine that I'm a five year old, and you'd have to explain the type of coding to me. I know that sounds silly, but many of the coding "solutions" I've seen are very complicated. I'd really just like some help. I highly appreciate any help I could get.

I've just updated my Firefox browser to 22.0 (I have windows xp). I've just noticed how bad the image scaling quality is. This is how it looks like compared to Google Chrome, the original image size was 321 x 192. : http://i1340.photobucket.com/albums/o721/OfficialBoldenPhotobucket/GoodqualityBadqualitycomparison1_zps664579e9.png Is there Any type of solution in order to fix this? I've tried going into the about:config and changing the image scaling to false, I've tried the Shift + R thing (which showed No difference whatsoever), I've tried cleaning the cache, I've tried seeing if the proxy was causing the problem (it wasn't), I've tried other "solutions" that didn't work (something to do with switching a certain number setting to 0 - I apologize since I forgot). None of those solutions work. Is there anything I could do with the HTML coding - something to do with the algorithm? I've heard of the HTML Validator add-on with Firefox, I'm wondering if that could help. If coding is to be involved, could you please explain it in the most easy way possible? Imagine that I'm a five year old, and you'd have to explain the type of coding to me. I know that sounds silly, but many of the coding "solutions" I've seen are very complicated. I'd really just like some help. I highly appreciate any help I could get.

選ばれた解決策

Hello,

Firefox on Windows is now following display scaling options which may render text larger on high resolution displays. There's more than one way to resolve this problem. See the Webpages are large and blurry after updating Firefox - how to fix article for one suggestion. Here's another possible solution:

  • Type about:config into the Firefox address bar and tap on the Enter key.
  • If the warning This might void your warranty appears, click I'll be careful, I promise.
  • Search for layout.css.devPixelsPerPx

Fx22layout.css.devPixelsPerPx

  • Double-click 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.

If necessary, further adjust the value in 0.1 or 0.05 steps. Use values between 1.0 and about 0.5 to reduce elements in size. Use values greater than 1.0 to increase size. For example, a value of 1.25 will increase font size to 125% to accommodate the default DPI setting in Windows 8. Double check the value that you enter. Setting a too small value will make everything disappear and a too large value will blow things up.

If web pages still need to be adjusted then you can look at the Default FullZoom Level or NoSquint extension.

To adjust the font size for the user interface, you can use the Theme Font & Size Changer extension.

Did this fix your problems? Please report back to us!

Thank you.

この回答をすべて読む 👍 2

すべての返信 (3)

more options

選ばれた解決策

Hello,

Firefox on Windows is now following display scaling options which may render text larger on high resolution displays. There's more than one way to resolve this problem. See the Webpages are large and blurry after updating Firefox - how to fix article for one suggestion. Here's another possible solution:

  • Type about:config into the Firefox address bar and tap on the Enter key.
  • If the warning This might void your warranty appears, click I'll be careful, I promise.
  • Search for layout.css.devPixelsPerPx

Fx22layout.css.devPixelsPerPx

  • Double-click 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.

If necessary, further adjust the value in 0.1 or 0.05 steps. Use values between 1.0 and about 0.5 to reduce elements in size. Use values greater than 1.0 to increase size. For example, a value of 1.25 will increase font size to 125% to accommodate the default DPI setting in Windows 8. Double check the value that you enter. Setting a too small value will make everything disappear and a too large value will blow things up.

If web pages still need to be adjusted then you can look at the Default FullZoom Level or NoSquint extension.

To adjust the font size for the user interface, you can use the Theme Font & Size Changer extension.

Did this fix your problems? Please report back to us!

Thank you.

more options

See:

Please DO NOT comment in bug reports: https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

この投稿は cor-el により に変更されました

more options

Increasing the size of the image within the website seemed to help a bit. It's still a bit of a hassle to have to deal with large looking websites just for an image to look normal, but it's better than nothing. Thank you for the help!