Adjust crop params

This commit is contained in:
SillyLossy
2023-05-10 21:43:42 +03:00
parent d8666128ef
commit 3d49f65b1a

View File

@ -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;
}