How Can i set large cropper for large images .(react-image-crop)

946 Views Asked by At

I have used react-image-crop (https://www.npmjs.com/package/react-image-crop) to crop the large image. I need to crop a 1920X726 size image. if I am giving this size for cropper it is adding blank canvas into the image.

1

There are 1 best solutions below

0
GMKHussain On

Incase not able to crop and image stuck

const pixelRatio = 0.5

instead of

const pixelRatio = window.devicePixelRatio