aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cropbody.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-09 13:59:16 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-09 13:59:16 +0200
commitefa55437d4d14dd81d10a98e5d3201d27bcbfafb (patch)
treec6040e8f1cd1982b520d8285d08d3f967d7445de /view/tpl/cropbody.tpl
parente12d58a75cf0fa32e935caa9e53cb2db953d8409 (diff)
downloadvolse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.gz
volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.bz2
volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.zip
increase width of the aside area and make default profile image size 300x300
Diffstat (limited to 'view/tpl/cropbody.tpl')
-rwxr-xr-xview/tpl/cropbody.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/cropbody.tpl b/view/tpl/cropbody.tpl
index da5b1e859..4794c0b83 100755
--- a/view/tpl/cropbody.tpl
+++ b/view/tpl/cropbody.tpl
@@ -25,8 +25,8 @@
'croppa',
{
previewWrap: 'previewWrap',
- minWidth: 175,
- minHeight: 175,
+ minWidth: 300,
+ minHeight: 300,
maxWidth: 640,
maxHeight: 640,
ratioDim: { x: 100, y:100 },