How to center Cropper Crop Box always to center #1158
-
Beta Was this translation helpful? Give feedback.
Answered by
fengyuanchen
Apr 21, 2024
Replies: 1 comment 3 replies
-
Just remove the In short, don't try to limit the size of the crop box, as the crop box is a virtual box. If you want to output a 400x400px image exactly, just use the cropper.getCroppedCanvas({
minWidth: 400,
minHeight: 400,
}); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference this example: https://fengyuanchen.github.io/cropperjs/examples/fixed-crop-box.html