cropperjs
cropperjs copied to clipboard
Keep selections in place when image is moved
It would be nice to have an option to have existing selections follow the image as it moves, similar to the way it works with zoom? Currently, it moves the image behind the selections, so the selected locations change.
You can try to watch the transform
event of the CropperImage
element, and then call the $move
method of the CropperSelection
element.
Has anyone solved the problem?
Has anyone solved the problem?