-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coil does not apply contentScale
to placeholder/error
#2715
Comments
I just vaguely remember it when I tried to use the same blur hashing in another project natively.
Yes, this is known on Jetbrains site and fixed with 2.1.x What did you run to encounter this? If you run the ios project via xcode through the I think the fact that I'm using a generated Image and the |
As you can see in the screenshot (Android) my placeholder (a blur hash image) is correctly shown when using a `1:1 aspect ratio modifier that fills the max width):
However that same thing on my Mac (Designed for iPad) looks like this:
Essentially the placeholder/error isn't properly scaled with contentScale. I think on Android this works out of the box since Android does the scaling automatically but on iOS this isn't the case, therefore this should be handled universally in coil.
Reproducer: vanniktech/playground#275
If you have any questions please let me know.
The text was updated successfully, but these errors were encountered: