From e500a08f152d641f60c7146c6a290042bdd37a73 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 13 Jan 2016 20:26:27 -0800 Subject: more progress on cover photo cropping and storage --- view/tpl/cropcover.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view') 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 -- cgit v1.2.3