v2 icon indicating copy to clipboard operation
v2 copied to clipboard

Some feeds have images that gets awkwardly compressed to fit the screen

Open Hund opened this issue 1 year ago • 4 comments

Some feeds have images that gets awkwardly compressed to fit the screen. See the attached screenshot.

The feed is: https://gustavlindqvist.se/friluftsliv/feed.xml

Is there anything I can do to feeds like this?

Untitled

Hund avatar May 13 '24 13:05 Hund

hi, i'm on ios, miniflux Version: 2.1.3 Git Commit 3388f8e3, I have the same thing as you, but I have a custom stylesheet, see if you have the same thing and delete the stylesheet to see if your problem is solved. IMG_2896

widowild1 avatar May 13 '24 17:05 widowild1

It's a good guess, but removing the custom CSS did nothing. :/

Hund avatar May 13 '24 17:05 Hund

Just tried this with openrss and looks like it fixes the images automatically:

https://openrss.org/gustavlindqvist.se/friluftsliv/feed.xml

trekzavier avatar May 14 '24 01:05 trekzavier

Thanks, but I do not wish to use a third party service for this. :)

Hund avatar May 14 '24 04:05 Hund

You can remove the original width and height attributes from the images with a rewrite rule. Something like this should work: replace("width="|"original-width="), replace("height="|"original-height=")

fguillot avatar May 18 '24 23:05 fguillot