After upgrade, Image no longer renders if height not specified #900
-
I'm using coil in compose as follows:
in But in The problem is that I am rendering images fetched from RSS feeds and I simply do not know the size of the images beforehand. Can I add something to get the image to render without specifying a specific height? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To answer my own question, adding
|
Beta Was this translation helpful? Give feedback.
To answer my own question, adding
precision(Precision.INEXACT)
andsize(SizeResolver(OriginalSize))
to the request builder seems to fix the issue: