diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-18 14:21:42 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-18 14:21:42 +0200 |
commit | 126628546ba2c04eecf54211dfdfc307002f7ff6 (patch) | |
tree | eeda7f63b66c6b86018ce8a4d74e779d2d5a3e36 | |
parent | 2540ecc0ac751cc77272dc7a05dd43dffeb15bbb (diff) | |
download | volse-hubzilla-126628546ba2c04eecf54211dfdfc307002f7ff6.tar.gz volse-hubzilla-126628546ba2c04eecf54211dfdfc307002f7ff6.tar.bz2 volse-hubzilla-126628546ba2c04eecf54211dfdfc307002f7ff6.zip |
tweak justify gallery options to not load to large previews
-rw-r--r-- | view/js/main.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/js/main.js b/view/js/main.js index adb2490d7..acdc2e5f5 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -745,12 +745,11 @@ function justifyPhotos() { selector: '> a, > div:not(.spinner, #page-end)', margins: 3, border: 0, - rowHeight: 180, sizeRangeSuffixes: { 'lt100': '-3', 'lt240': '-3', 'lt320': '-3', - 'lt500': '', + 'lt500': '-2', 'lt640': '-2', 'lt1024': '-1' } |