Hello
I have 4 image fields on my form, so the users can add images of their work. My problem is that the images can be of any proportion: either horizontal, vertical, square, etc. and I cannot set this up. I only can add a fixed size for the images and they get cropped, so if a user adds a portrait to showcase their work, such portrait might end up without a piece of the head.
Is there any way I can setup the image field so that it will load the images on their actual proportion, regardless of the size I setup? For instance, what I would want to do, is if a user adds an image of 768 x 1024, and I have a maximum height of 800, it would shrink, but shrink in proportion, instead of cropping it.
Thank you!