Circular buttons are getting stretched

I created a drag-and-drop project with this design screen:

When I preview it in a browser or view it in Thunkable Live on my iPhone 11, it looks the same. But if I download it to my phone, it appears as though the circular buttons are stretched (height > width):

I have them set to 70 pixels high and 70 pixels wide. My background picture mode is default/none selected.

Anyone know why this is happening?

1 Like

I tried changing individual buttons’ Resize Mode to cover, contain, stretch or center. The downloaded project still looks exactly like the second screenshot above.

1 Like

To get a near circle you need to get the ratio between the height and width of the actual screen using computed height and width and then update the component size. This option is, unfortunately, not yet available in DnD.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.