|
|
@@ -508,11 +508,11 @@ var app = new Vue({
|
|
|
// autoCropArea: 1,
|
|
|
// cropBoxMovable: false,
|
|
|
// cropBoxResizable: false,
|
|
|
- // minContainerWidth: iWidth,
|
|
|
- // minContainerHeight: iHeight,
|
|
|
- // minCropBoxWidth: cropWidth,
|
|
|
- // maxCropBoxWidth: iWidth,
|
|
|
- // minCropBoxHeight: iHeight,
|
|
|
+ minContainerWidth: iWidth,
|
|
|
+ minContainerHeight: iHeight,
|
|
|
+ minCropBoxWidth: cropWidth,
|
|
|
+ maxCropBoxWidth: iWidth,
|
|
|
+ minCropBoxHeight: iHeight,
|
|
|
// canvasWeight: cropWidth,
|
|
|
// canvasHeight: iHeight,
|
|
|
/*minCanvasWeight: cropWidth*0.4,
|