Scale image label for devices

hello i have a problem. I have built a menu gui, I was able to adjust the buttons without any problems so that they look good on all devices, but the logo (image label) does not work, how can I fix this problem Thanks

use ui scale plugin, i usse that plugin for the last 2-3 years and it works perfectly

1 Like

The size should be scale instead of offset. There are plugins that can convert offset into scale. Here is the one I use. AutoScale Lite Plugin

And also adding UIAspectRatioConstraint under your GUI element and adjusting it for your needs will make it even better since you can lock the aspect ratio of a GUI. This will work best on GUIs with an ImageLabel.