Images not showing

Hello,

I am having an issue with one feed that is not showing images. The images contained in the article appear white.

The feed is the following: Toujours plus dense - Avenir Suisse and below what I see in newsblur

Is there a way to fix this?

Thank you

some websites place VERY low-resolution versions of their pictures by default in articles and then load the high-quality ones on direct pageload. those low-res ones are what they are outputting to their feed. the actual code for that pic is

https://avenirsuisse.imgix.net/production/uploads/2023/09/2022-Siedlungsdichte_abb_FR.png?auto=compress%2Cformat&blur=1000&ch=Save-Data&colorquant=256&dpr=1&duotone-alpha=100&fit=max&ht=0&px=32&sepia=0&w=808&s=b64414285f9c39cee815af4f5b7b6ad4

and if you try to strip off the modifiers and leave just the png it’ll return 403 forbidden. that white image with the vague orange blur is also what you’ll see if you load that article webpage without javascript. it’s not a problem with parsing or displaying the feed.