How can I make an ImageLabel fit for all devices? I tried changing the ScaleType to fit and stretch, but none seems to be giving me the results that I want.
SliceType: Stretch on 1920 x 1080
SliceType: Stretch on default resolution (I’m not sure what the resolution is.)
SliceType: Fit on 1920 x 1080
SliceType: Fit on default resolution (I’m not sure what the resolution is.)
I tried using AspectRatio but I don’t really understand how to use it.
1 Like
Use fit, that’s your best bet.
FindPrin
(Prin)
April 27, 2022, 10:11pm
3
I 100% recommend this plug-in. It automatically scales UI for all devices.
If you don’t have Robux, this is a free one but it’s not as good since it’s not automatic.
1 Like
I have used those but it still do not give me what I want.
I suppose, but that is why I’m trying to find an alternative right now because Fit isn’t the best.
pyxfluff
(Pyx)
April 27, 2022, 11:09pm
6
To me it looks like you’re using Offset, use Scale.
No, I am using scale. As shown in the screenshot for the ImageLabel when the ScaleType is Fit.