tweak justify gallery options to not load to large previews
This commit is contained in:
parent
2540ecc0ac
commit
126628546b
@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user