UIGridLayout not resizing correctly

Hello! I’ve been trying to use UIGridLayout but it looks like I don’t know how to make it resize correctly for all devices.

Here’s a video clip of the scrolling frame being huge on a different device:

I’ve tried finding a solution here in DevForum but none of it works for me I’m not sure if I’m doing it wrong?

Here are the properties of the UIGridLayout and the scrolling frame:
Capture
Capture2

Any help would be greatly appreciated. Thank you! :slight_smile:

Why are you using the offset size for the cells? Offset is constant for every screen size. So both mobiles and PCs will have it be 100 pixels. Instead have the cell scale size be something like 0.1 or 0.05 both X and Y.

1 Like

Ah, thank you! I didn’t really change anything except for the padding. This worked, thank you so much for helping! :slight_smile: