diff --git a/public/script.js b/public/script.js index 61f49a397..d5e1e7df2 100644 --- a/public/script.js +++ b/public/script.js @@ -3763,6 +3763,8 @@ function callPopup(text, type, inputValue = '') { $('#avatarToCrop').cropper({ aspectRatio: 2 / 3, + autoCropArea: 1, + rotatable: false, crop: function (event) { crop_data = event.detail; }