diff options
author | redmatrix <git@macgirvin.com> | 2016-01-13 20:26:27 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-13 20:26:27 -0800 |
commit | e500a08f152d641f60c7146c6a290042bdd37a73 (patch) | |
tree | 5ef2c09452b4d511f895d0fa3164fb614307f8c4 /view | |
parent | 82aec69302ebc4d3b7554c4428d9a656434917c3 (diff) | |
download | volse-hubzilla-e500a08f152d641f60c7146c6a290042bdd37a73.tar.gz volse-hubzilla-e500a08f152d641f60c7146c6a290042bdd37a73.tar.bz2 volse-hubzilla-e500a08f152d641f60c7146c6a290042bdd37a73.zip |
more progress on cover photo cropping and storage
Diffstat (limited to 'view')
-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 |