There is also a problem with the design of the error view
I created a public project where you can check the problem
https://x.thunkable.com/projectPage/5dd7c02010e7606e3db5c90d
I hope I did well
Thanks for that @posta83wte2,
So the design that you see in your web browser isn’t completely identical to the design that you see on your device.
We’re hoping to fix this in the near future, but for now we advise testing your app on a device to see exactly what your app will look like.
From looking at your project it seems that you are using absolute sizing for that image. Have you considered using relative sizing instead?
What device are you testing on?
Would you tell us what component you use to carry the pic, please?
If you use column and that column is not set as 100% Ă— 100% then you you will get this result.
I advise you to use a column and set it to any percent you want ex: 100% width 60% height the tricky thing is to set another column inside that one to 100% w 100h then you will get the perfect result.
The idea is the container “column for example” that carry the pic must be 100% w 100% h