Search code examples
javascriptreactjsimagecrop

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


Solution

  • 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.