Abhijeet Bajpai
Abhijeet Bajpai

Reputation: 1

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

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.

Upvotes: 0

Views: 1004

Answers (1)

GMKHussain
GMKHussain

Reputation: 4681

Incase not able to crop and image stuck

const pixelRatio = 0.5

instead of

const pixelRatio = window.devicePixelRatio

Upvotes: 0

Related Questions