Hi there,
is there a way to set a max-width + max-height setting for images on upload and keep the aspect ratio?
e.g. a landscape format picture shouldnd't be wider that 450px, as well as not exceed 320px in height and a portrait format image shouldn't be higer than 320px
currently image->size(450,320,$options) will always produce an image 450px wide and 320px high even when it's a portrait format image is
is this somehow possible?
thanks a lot, cheers, j