Profer
Profer

Reputation: 633

Image cropping issue react-image-crop

I am using react-image-crop. When using the npm, I can pull the crop dotted lines from the corner but I need to crop it from the sides as well. So it is possible to do so? Here is the code https://codesandbox.io/s/72py4jlll6

Upvotes: 0

Views: 1368

Answers (1)

jasper
jasper

Reputation: 945

Not sure if I understand the question but does removing the aspect from state do the trick? This allows you to freely crop both vertically and horizontally.

Upvotes: 2

Related Questions