Hello !
I’m using thunkable cross platform.
I would like to set an image height to be the same as the current image width, that is set in percentage.
My issue is that is I set the image width and height to be 20%, the image won’t be square since 20% of the container’s width is not equal to 20% of the container’s height.
I don’t want to use absolute scaling since I want the width to change according to the width of the screen.
Any idea about how to proceed ?
Thanks