Resizing image makes it stretch into square

I would like to achieve a vector type of scaling, though not resizing on the Y axis but the X axis. The issue comes in when I resize the image along the X or Y axis too small, it stretches into a square of of color deforming from its original shape. I have tried messing with the scale type options, and all of them give a undesirable result, the closet one that put me closest to my solution was the “crop” scale type, it stretched how I intended but deformed if it was not big enough. I included a video showing the problem in more detail below.

1 Like

Have you tried using the 9-Slice properties? This, in overly simple terms, allows you to choose which parts of the image get stretched.

2 Likes

This is not the solution I was looking for as it still results in the same outcome, any other suggggestions?

You could try putting the ImageLabel into an invisible frame with ClipDescendants, and scaling the frame instead of the ImageLabel.

3 Likes

Thanks, it works more as intended!

1 Like