@ailon
-
When we rotate an image , the crop Area is not adjusting to the rotated image size , therefore it allowing to crop beyond the image as below

-
Once the image is rotated, it takes the dimensions of the previous image only, it's not taking full width, Therefore it becomes difficult to resize the crop rectangle on rotated image in mobile screen as below


Here's the link to reproduce the above mentioned issues
https://codesandbox.io/p/sandbox/cropro-all-defaults-demo-forked-2lkll7
Can you suggest what needs to be done to to resolve above issues..
@ailon
When we rotate an image , the crop Area is not adjusting to the rotated image size , therefore it allowing to crop beyond the image as below

Once the image is rotated, it takes the dimensions of the previous image only, it's not taking full width, Therefore it becomes difficult to resize the crop rectangle on rotated image in mobile screen as below


Here's the link to reproduce the above mentioned issues
https://codesandbox.io/p/sandbox/cropro-all-defaults-demo-forked-2lkll7
Can you suggest what needs to be done to to resolve above issues..