You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the normal operation is that when the cursor is inside the crop zone I move the crop zone.
what I would like is for the image to move.
If this is not possible directly, is it possible to ensure that we click on a button so that the cropper goes into image movement mode? (with hand as cursor)
The text was updated successfully, but these errors were encountered:
If I'm not mistaken you can set allowMoveImage to true as well as hideResizeSquares. You should also set a static width and height for the cropper for it to be fixed. I'm not sure whether it will then still track mouse events on the cropper, if it still does, you can add some css on the cropper: pointer-events: none.
the normal operation is that when the cursor is inside the crop zone I move the crop zone.
what I would like is for the image to move.
If this is not possible directly, is it possible to ensure that we click on a button so that the cropper goes into image movement mode? (with hand as cursor)
The text was updated successfully, but these errors were encountered: