Hi,
starting from the Thunkable documentation of Image component, I expect that an Image with resize mode set to contain, should resize the image to fit its max dimension inside its own container.
Is this correct? Am I right?
'cause I nedd to do so, but It seem’s there’s no way to do it.
Here is the original image
And here is how it appears in an image with height set to 50% of the screen
Cover
Contain
Stretch
Repeat
Center
As you can see, none of them show me the whole image with correct proportion.
What should I have to set to have the result I need?
Thank you!