diff options
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/cropcover.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/cropcover.tpl b/view/tpl/cropcover.tpl index 2bfd65a8f..68c948889 100755 --- a/view/tpl/cropcover.tpl +++ b/view/tpl/cropcover.tpl @@ -25,10 +25,10 @@ 'croppa', { previewWrap: 'previewWrap', - minWidth: 850, - minHeight: 310, - maxWidth: 2400, - maxHeight: 872, + minWidth: 240, + minHeight: 87, + maxWidth: 320, + maxHeight: 320, ratioDim: { x: 100, y:36 }, displayOnInit: true, onEndCrop: onEndCrop |