SIZING:
Wondering if I can set the avatar size so that it keeps its aspect ratio with a max height? Many of my users upload avatars where the width is greater than the height. I'd like to keep the height max at 80px.
I've set 'j!/admin/components/com_jsn/helpers/fields/image.php' line 151 '$foo->image_ratio = true;' and I've tried using the Admin>JSN>Avatar Options Image Field to make the changes but the aspect doesn't keep.
FORMAT:
Is '$foo->image_convert = 'jpg';' required? I've commented it out and it breaks the images.
Thank you!