CrackerakiUA/ui-cropper

Hi, I want to set size for crop-area and disable it for user, and user just move the crop-area. How can I achieve this? Thanks

shamimafridi opened this issue · 3 comments

Hi,
I want to set size for crop-area and disable it for user, and user just move the crop-area.
How can I achieve this?
Thanks

You can see all the options on this page https://github.com/CrackerakiUA/ui-cropper/wiki/Options
But you'll need something like

   area-min-size="{ number|{w:100,h:100} }"
   allow-crop-resize-on-corners="false"

Thanks @rickerd but i am still facing the issue. not succeed to disable the cropper size

If it's not working it has not been implemented before.
If you want this feature, build it and share it with us please.

We don't make any profit on this project and all features that are in the cropper now has been implemented by ourselves because we needed it just like you do right now.