Stays in the same ‘position’ and scale, only scaling when I change the verticality of my screen.
Right now these are set to SizeConstraint of RelativeYY, and this happens (if I strech it on both my monitors.)
If you use a UIAspectRatioConstraint I think that will take care of keeping the stretching from ruining the image. Regardless of what scaling you are using, it will lock it to any aspect ratio that you choose, depending if you want it to match it’s x scaling or y scaling.
Do note that it doesn’t play nice with UIGridLayout, not sure why it happens but yeah.