ngx-image-cropper icon indicating copy to clipboard operation
ngx-image-cropper copied to clipboard

move image into zone crop

Open memory660 opened this issue 10 months ago • 1 comments

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)

memory660 avatar Apr 04 '24 08:04 memory660

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.

Mawi137 avatar May 22 '24 16:05 Mawi137