fix: auto cropper on image upload selects maximum image area by default

v1.18.x
Accalia de Elementia 8 years ago
parent f6721c249f
commit 743a7e00b4

@ -42,6 +42,7 @@ define('pictureCropper', ['translator', 'cropper'], function (translator, croppe
var img = document.getElementById('cropped-image');
var cropperTool = new cropper.default(img, {
aspectRatio: data.aspectRatio,
autoCropArea: 1,
viewMode: 1,
cropmove: function () {
if (data.restrictImageDimension) {

Loading…
Cancel
Save