Norserium

Results 216 comments of Norserium

@matteofrana, I close issue for now, but feel free to reopen.

@omairnabiel, well it's interesting issue and I see pretty much ways to resolve it. But there is an important nuance. What should happen if an user tries to crop an...

@vazhin, there are no property for that, but I assume that you want to get [the following result](https://codesandbox.io/p/sandbox/react-advanced-cropper-rotate-with-basis-4eymkn?file=%2Fsrc%2Findex.tsx).

@garganmol111, try to add the following callback to `Modal`: ```jsx { if (isOpen) { cropperRef.current?.refresh(); } }) ... /> ```

@garganmol111, does the cropper appear when you resize window while your modal window is open?