-
Is there anyway to have the cropper-container to have the same size as the cropper-canvas(image). In the app were working on were uploading/manipulating images in a dialog(MudBlazor) and the uploaded image will allways be 100% width(- margin) of the dialog. The prevent cropping outside the image i would like the image and the container to have the same size. |
Beta Was this translation helpful? Give feedback.
Answered by
MaxymGorn
Aug 28, 2023
Replies: 1 comment
-
Hi @KeldJ. You can use difference View Mode for cropper component in options cropper: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MaxymGorn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @KeldJ. You can use difference View Mode for cropper component in options cropper:
Demo site: https://cropperblazor.github.io/demo
I guess "VM3" suits you!