ImageLabel sliding off screen when resizing window

Hi there,
I have a UI composed primarily of ImageLabels. My problem is regarding the left pink and right green ImageLabel. The green imagelabel goes onscreen too much when resizing the UI. The pink one goes offscreen. The UI overall scales fine but these two are a little problematic. Is there any way I could prevent this? Here is a video:

Any tips on avoiding this? Thank you!

1 Like

The UI works on everything except ultrawide monitors right now. If you stretch the window out and make it not high enough, it’ll move the ImageLabels weirdly.

RelativeXX SizeConstraint had an almost good effect, but the UI started getting too large on some screens and going into areas where other stuff is.

AnchorPoints were the solution! Hope this helps someone.

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