Valentin Hervieu

Results 223 comments of Valentin Hervieu

Either you have to set the cropper aspect ratio to the same value as the image one or you should use the `cover` object fit.

Please provide a CodeSandbox showing your issue. It's hard to understand with just words 😅

![image](https://github.com/ValentinH/react-easy-crop/assets/2678610/60aefa39-6f12-4e5e-a34b-7b753e0e923c)

If I understand correctly what you want, you should set the cropper aspect ratio to the same value as the image one. So if the image is 1920x1000px, set the...

Closing as there was no answer for a while. Comment to re-open 😉

I really recommend using the `aspect` prop instead of `cropSize`.

That's why I don't like the `cropSize` prop and that it's discouraged to be used from the Readme. `aspect` is what you are looking for and is meant to be...

Thanks for sharing this issue. However, could you please share a repository with a minimal reproducing example so that I can easily investigate?

Thanks for sharing this. I'm sorry I haven't found the time to look into this so far. To be honest, these kinds of issues are pretty complex to deal with...