[help pls] ViewportFrame doesn't look good when screen size is changed

I have created a ViewportFrame inside 2 frames, the 2 frames do look good on different screen sizes, but not with ViewportFrame . Sorry for using translator.

https://gyazo.com/adbfb3900e031a984b8544a6100003e4

1 Like

I think its because the two frames’ sizes are set with offset which is something you shouldn’t really do for many reasons. Try downloading AutoScaleLite. Its a plugin with which you can convert the size of both your frames from offset to scale and then add a UIAspectRatioConstraint with the values set automatically with just a button. This constraint will keep the proportions of all your frames the same in all resolutions.