|
@@ -501,16 +501,16 @@ var app = new Vue({
|
|
|
wheelZoomRatio: 0.1,
|
|
wheelZoomRatio: 0.1,
|
|
|
responsive: true,
|
|
responsive: true,
|
|
|
guides: false,
|
|
guides: false,
|
|
|
- strict: false,
|
|
|
|
|
|
|
+ // strict: false,
|
|
|
// width: iWidth,
|
|
// width: iWidth,
|
|
|
// dragMode: 'move',
|
|
// dragMode: 'move',
|
|
|
// height: iHeight,
|
|
// height: iHeight,
|
|
|
// autoCropArea: 1,
|
|
// autoCropArea: 1,
|
|
|
// cropBoxMovable: false,
|
|
// cropBoxMovable: false,
|
|
|
// cropBoxResizable: false,
|
|
// cropBoxResizable: false,
|
|
|
- minContainerWidth: iWidth,
|
|
|
|
|
|
|
+ // minContainerWidth: iWidth,
|
|
|
// minContainerHeight: iHeight,
|
|
// minContainerHeight: iHeight,
|
|
|
- minCropBoxWidth: cropWidth,
|
|
|
|
|
|
|
+ // minCropBoxWidth: cropWidth,
|
|
|
// maxCropBoxWidth: iWidth,
|
|
// maxCropBoxWidth: iWidth,
|
|
|
// minCropBoxHeight: iHeight,
|
|
// minCropBoxHeight: iHeight,
|
|
|
// canvasWeight: cropWidth,
|
|
// canvasWeight: cropWidth,
|