Closed powerseed closed 6 months ago
I had to use a css file to set
.reactEasyCrop_CropArea { width: 100% !important; height: 100% !important; }
so that the crop area will take 100% of reactEasyCrop_Container's dimensions.
reactEasyCrop_Container
It seems that this issue was also caused by the possible internal conflict described in https://github.com/ValentinH/react-easy-crop/issues/540#issuecomment-2121755669
I am closing this. My apologies!
I had to use a css file to set
so that the crop area will take 100% of
reactEasyCrop_Container
's dimensions.