Back with another question, sorry:
So I got my 200 animal images, all with different aspect ratios. The images are fairly large since there will be a close-up later in my app.
For my landing page, I clone a gui box (400 x 400 px) and assign the images as textures to my clones.
Setting the size mode to manual stretches the images as they fill the box, setting it to auto uses the input image size which is much larger.
To solve this, I made a second, smaller set of images to use with the box. This of course adds to the bundle size.
I can think of two other ways to achieve keeping the aspect: scale or size each clone individually. Cumbersome (since all images have a different aspect ratio) and, knowing me, prone to errors.
Would it be possible to have a manual size mode that keeps the aspect of textures?
I think this could be a useful feature. Or can this be done already and I missed something?