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.
Asked
Active
Viewed 811 times
0
-
You should include your code – James Z Feb 21 '22 at 16:00
-
Please provide enough code so others can better understand or reproduce the problem. – Community Mar 02 '22 at 05:46
1 Answers
0
Incase not able to crop and image stuck
const pixelRatio = 0.5
instead of
const pixelRatio = window.devicePixelRatio

GMKHussain
- 3,342
- 1
- 21
- 19