Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Certain images broken(Green/Pink)

  • 5 odgovori
  • 1 ima ovaj problem
  • 138 views
  • Posljednji odgovor poslao Mistful

more options

Hi,

Ever since a while ago, some images are not showing correctly in Firefox. I must have gotten this issue in the last update(84.0.2) or slightly earlier. I tried resetting it, and used safe mode, but I still get the same issue. I don't know how to fix it at this point, and the only solution I have at the moment is to switch over to Chrome for important times, such as for online exams, but this is not ideal. Does anyone have a clue about what could be wrong, or am I doomed to use alternatives to Firefox during important times/just for viewing certain pictures?

Current Version: 84.0.2 (Auto-Update/Help -> About Firefox) OS: Windows 10

Thank you.

Hi, Ever since a while ago, some images are not showing correctly in Firefox. I must have gotten this issue in the last update(84.0.2) or slightly earlier. I tried resetting it, and used safe mode, but I still get the same issue. I don't know how to fix it at this point, and the only solution I have at the moment is to switch over to Chrome for important times, such as for online exams, but this is not ideal. Does anyone have a clue about what could be wrong, or am I doomed to use alternatives to Firefox during important times/just for viewing certain pictures? Current Version: 84.0.2 (Auto-Update/Help -> About Firefox) OS: Windows 10 Thank you.

Izabrano rješenje

I managed to find the issue. The issue was that I had privacy.resistfingerprinting set to true. Setting this to false fixes my issue, it seems.

Pročitajte ovaj odgovor sa objašnjenjem 👍 0

All Replies (5)

more options

If running Firefox in Safe Mode doesn't work then this isn't a problem with hardware acceleration in Firefox.

You can try to enable WebRender if this is currently disabled. You can check the Graphics section on the about:support page to see whether WebRender is active.

You can look at these prefs on the about:config page page to enable or disable WebRender.

  • gfx.webrender.enabled = false|true
  • gfx.webrender.force-disabled = true|false
more options

I had gfx.webrender.enabled set to false, and set it to true, but I still have the same issue. I temporarily set gfx.webrender.force-disabled to true, and gfx.webrender.force-enabled to true (individually), but that did not do anything. It seems that the issue has been carried over to my Linux version as well. Safe mode still produces the same issue, when it should use the default profile without any changes. SVGs work perfectly fine, but PNGs are not showing(vertical lines of color instead of picture).

Second OS: Linux Mint 20.1 Cinnamon Firefox Version: 84.0.2

more options

Odabrano rješenje

I managed to find the issue. The issue was that I had privacy.resistfingerprinting set to true. Setting this to false fixes my issue, it seems.

Izmjenjeno od strane Mistful

more options

If this is about "Resist Fingerprinting" then this also can be a problem with canvas where drawn on canvas are possibly blocked.

  • privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts
more options

Alright. I set privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts to false. Even if it doesn't cause any issues with it enabled(from what I could see from two pages), I can limit the chances of it popping up in the future. Thank you for your help :)