tweak justify gallery options to not load to large previews

This commit is contained in:
Mario Vavti 2015-10-18 14:21:42 +02:00
parent 2540ecc0ac
commit 126628546b

View File

@ -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'
}