Image crop in html5smartimage xtype
Hi,
I'm using AEM 6.1 and I'm using OOTB Text and Image component to upload & crop images. When I crop the image, I get imageCrop properties populated with x,y,width,height values. This crop values differs with my local and DEV environment. I used the same image with same cropping in my local and in my DEV environment.
With little more debugging, I found the value differs only when I crop images of width and height which exceeds 1000px (say 1920x1200). I read the documentation for html5smartimage and it says "the value depends on the serverside implementation"
What does the serverside implementation refers to? And why do I see a difference in values being stored in my local and DEV (with same image and same cropping applied)?
https://docs.adobe.com/docs/en/aem/6-1/ref/widgets-api/index.html?class=CQ.html5.form.SmartImage
cropParameter : String
Name of the form field used for posting the cropping rect; use null or a zero-length String if the cropping tool should be disabled; the value depends on the serverside implementation; use "./imageCrop" for CQ foundation's image component; "./image/imageCrop" for the textimage component
Regards,
Ruben