I need help with scaling UI Grid Layout

Hi! I am using a UI Grid Layout to position items in a frame, but when i switch to mobile or make the window smaller, the items in the grid dont scale properly, and they get alot bigger and dont fit in the frame. I have tried using UI Aspect Ratio Constraints, but it doesn’t affect the items because they are in a layout already. I can’t find a way to do this. Please help if you can! :slight_smile:

4 Likes

I usually change the anchor point of frames or imagelabels to this: ‘0.5,0.5’ , that fixes it for me most of the time

hmm, i tried that and it didn’t work for me