Replies: 1 comment 2 replies
-
You can set the size you want to load the drawable at using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use Coil to load the image from device to custom target. But sometimes I got the large image and have problem with memory.
From Glide it has a very good feature is
centerInside()
. That way loaded image won’t expand beyond the given size.Is there a similar feature in Coil?
Beta Was this translation helpful? Give feedback.
All reactions