diff options
author | redmatrix <git@macgirvin.com> | 2016-06-23 01:17:44 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-23 01:17:44 -0700 |
commit | acf26d5c63c8b3316d713ce08b397f35aae03460 (patch) | |
tree | 8250c453e28775b4b6c62fefb5f2de60db67980f /view | |
parent | b8c5a91940f75e79b1cd7e7e2148e4acd0ff7d83 (diff) | |
download | volse-hubzilla-acf26d5c63c8b3316d713ce08b397f35aae03460.tar.gz volse-hubzilla-acf26d5c63c8b3316d713ce08b397f35aae03460.tar.bz2 volse-hubzilla-acf26d5c63c8b3316d713ce08b397f35aae03460.zip |
code cleanup for profile_photos
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/cropcover.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cropcover.tpl b/view/tpl/cropcover.tpl index 68c948889..04b96a603 100755 --- a/view/tpl/cropcover.tpl +++ b/view/tpl/cropcover.tpl @@ -28,7 +28,7 @@ minWidth: 240, minHeight: 87, maxWidth: 320, - maxHeight: 320, + maxHeight: 116, ratioDim: { x: 100, y:36 }, displayOnInit: true, onEndCrop: onEndCrop |