Set aspect ratio to square and confine crop box to image

v1.18.x
pichalite 8 years ago
parent 700e2cf800
commit a808d1b4d9

@ -218,7 +218,10 @@ define('forum/account/edit', ['forum/account/header', 'uploader', 'translator',
cropperModal.modal('show');
var img = document.getElementById('cropped-image');
var cropperTool = new cropper.default(img, {});
var cropperTool = new cropper.default(img, {
aspectRatio: 1 / 1,
viewMode: 1
});
cropperModal.find('.crop-btn').on('click', function () {
$(this).addClass('disabled');

Loading…
Cancel
Save