ImageLabel resizing on different platforms even with scale

How would I prevent this to happen?
Would I use UIAspectRatioConstraint? If so how can I apply it.
PC -
PC
iPad -
iPad

1 Like

Have you tried setting the ScaleType to Fit? image

1 Like

If the ScaleType is set to fit, it won’t randomly extend the image.

Without: image
With: image

1 Like