react-image-crop icon indicating copy to clipboard operation
react-image-crop copied to clipboard

A responsive image cropping tool for React

Results 78 react-image-crop issues
Sort by recently updated
recently updated
newest added

Hi, I'm seeing an issue where although we've defined a minimum height/width (and a fixed aspect ratio if that matters), on mobile - specifically iPhone Safari - if the user...

bug

Hi @DominicTobias How could I insert a cursor -lets say an crosshair- in the very middle of the cropped image? Plus, is there any built in function that gets the...

I had to change the function to get the cropped image because the size of image cropper component was not the same as the original image. ``` export function getCroppedImg(originalImage,...

Hello, I would like to ask if the selected image is different from the final generated image when using the react-image-crop library to capture images in Apple mobile phone. What...

I have a setup where I use a react-image-crop inside a dialog/modal that is over a react-beautiful-dnd list. Whenever I try to change the crop-area it also activates the drag-and-drop...

Hi, Not sure if this is related to perhaps https://github.com/DominicTobias/react-image-crop/issues/365, but thought it different enough to open a new issue. First noticed on `v8.6.1` but have upgraded to `v8.6.4` with...

Here is the full example of how I am cropping images https://gist.github.com/deadlyicon/717b1e07cb21f0fbc7348f477c6ae8ad Hopefully others find this example helpful.

According to React DevTools, the `y` coordinate ended up set to `-752.3333333…`. Usually both top corners cause this, but when I was taking this screen recording, that was the first...

hello, ReactCrop has onComplete callback which is called when crop area is changed, what i am trying to achieve is i want to crop the selected Image from input file...

I'm using minWidth = 1600, but it doesn't seem to do anything-- I can still resize the crop down to be very tiny. The way I'm leveraging it is as...