Image inside of scrolling frame cut off

Inside my ScrollingFrame with a UIListLayout, I have another frame that has an image inside of it. On my screen, the image looks fine but whenever I go onto another screen size it doesn’t look the same.

I have AspectRatioConstraints and I have made sure that it is using Scale and not Offset. I do not understand the issue.

My screen:
image_2023-12-29_165311308

Other screens:
image_2023-12-29_165338087

Explorer tab:
image_2023-12-29_165427846
“ProfilePicture” is what is being cut off.

To fix this issue, you can set the property ScrollingBarThickness to 0. It removes the slider on the side entirely, but in your case I don’t think the slider matters.

1 Like

Thank you! I completely forgot about the slider

1 Like

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