aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-18 14:21:42 +0200
committerMario Vavti <mario@mariovavti.com>2015-10-18 14:21:42 +0200
commit126628546ba2c04eecf54211dfdfc307002f7ff6 (patch)
treeeeda7f63b66c6b86018ce8a4d74e779d2d5a3e36 /view
parent2540ecc0ac751cc77272dc7a05dd43dffeb15bbb (diff)
downloadvolse-hubzilla-126628546ba2c04eecf54211dfdfc307002f7ff6.tar.gz
volse-hubzilla-126628546ba2c04eecf54211dfdfc307002f7ff6.tar.bz2
volse-hubzilla-126628546ba2c04eecf54211dfdfc307002f7ff6.zip
tweak justify gallery options to not load to large previews
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js3
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'
}