Auto-Zoom Feature Not Working When Cropping Aspect Ratio is Set
I'm experiencing an issue with the this library(v 1.4.2). When I set a cropping aspect ratio, such as 6:1(setCropAspectRatio(6, 1)), the image does not automatically zoom to fit the cropping area. However, if I don't set a cropping aspect ratio, the auto-zoom functionality works as expected while cropping. It seems that the auto-zoom feature is not being triggered when a specific aspect ratio is defined. Could we have an option to enable auto-zoom even when the cropping aspect ratio is set?
Additionally, I'd like to propose a feature request: Can we enable manual zooming within the crop view? It would be beneficial for users to have the option to manually zoom in and out on the image while cropping. Would this be possible to implement?