mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 15:17:02 +02:00
allowed zooming again @pichalite
This commit is contained in:
@@ -46,7 +46,6 @@ define('pictureCropper', ['translator', 'cropper'], function (translator, croppe
|
||||
aspectRatio: data.aspectRatio,
|
||||
autoCropArea: 1,
|
||||
viewMode: 1,
|
||||
zoomable: 0,
|
||||
cropmove: function () {
|
||||
if (data.restrictImageDimension) {
|
||||
if (cropperTool.cropBoxData.width > data.imageDimension) {
|
||||
|
||||
Reference in New Issue
Block a user