Hello,
I'm having an issue in figuring out how to make the cropper area fill the entire image after rotation. As per the docs, I've used the defaultSize prop to great results on initial image load, as you can see:

However, after rotation, the cropper area keeps the original ratio, despite the image w/h changing drastically.

TL;DR: I'd like to figure out a way to make the cropper area to fill the entire image size despite rotation.
I understand the transformImageAlgorithm prop passes the state object to the algorithm where I could find the current image proportions, but I'm having trouble understanding how I could change the cropper on rotate.
Can anyone help? Thanks in advance.
Hello,
I'm having an issue in figuring out how to make the cropper area fill the entire image after rotation. As per the docs, I've used the
defaultSizeprop to great results on initial image load, as you can see:However, after rotation, the cropper area keeps the original ratio, despite the image w/h changing drastically.
TL;DR: I'd like to figure out a way to make the cropper area to fill the entire image size despite rotation.
I understand the
transformImageAlgorithmprop passes thestateobject to the algorithm where I could find the current image proportions, but I'm having trouble understanding how I could change the cropper on rotate.Can anyone help? Thanks in advance.