Can we give a fixed size to the crop box.
Hello Malalai,
I believe, to do so, you need to set the following options:
cropBoxResizable: false,
minCropBoxWidth: 48,
minCropBoxHeight: 48
(to the width or height you wish)
Regards,
Pedro Inácio
Hello Pedro,
Where did you find those variables in the Cropper Library component ?
Thank you,
Aubane Henry
Hi Aubane,
You have to put this in the "Options" propertie and the best json format for that is:
"{""cropBoxResizable"":false, ""minCropBoxWidth"": 48,""minCropBoxHeight "": 48}"
Good Luck,
Rodnei Villardo.