Hi, I'm sure this must be doable and I'm misunderstanding something..
I want all uploaded avatars to be saved as 1:1 aspect ratio, 200px sq max. If user chooses, say, a 2:1 image, they have the possibility to select which part of the image to crop to 1:1
I have the image field's Maximum Image Height and Width set to 200px and enabled Allow Client Resize
If I try to upload a 1200x600px I get the following results:
Maintain Aspect Ratio: No - square 200px image without an option to choose which part of image (as expected)
Maintain Aspect Ratio: Yes - a 200:100px image (as expected)
Maintain Aspect Ratio: Yes with cropping - same as when set to No (so no aspect ratio is being maintained here)
Maintain Aspect Ratio: Yes with user cropping - I get option to select a 1:1 area (looks good...), but when saved I still get a 200:100px image (?)
Could you advise?