Replies: 1 comment
-
Any ideas why this happening? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two components, Image loads images through a resource ID and AsyncImage which loads images via a link. The problem is that if I give Image and AsyncImage absolutely identical images just from different sources, the image in AsyncImage will be slightly smaller. I've tried everything and can't understand the problem.
I've checked the images in the sources, and they are absolutely identical. Also, I understand that a PNG image in resources will be selected depending on the resolution, and I've taken this into account as well, since the link that comes to AsyncImage already includes the necessary screen resolution in the image name in the format "x1".
Beta Was this translation helpful? Give feedback.
All reactions