[frio] Fix justifyGalley scales list
This commit is contained in:
parent
35c38c77e2
commit
9b8f91f8fe
|
@ -439,10 +439,10 @@ function justifyPhotos() {
|
||||||
margins: 3,
|
margins: 3,
|
||||||
border: 0,
|
border: 0,
|
||||||
sizeRangeSuffixes: {
|
sizeRangeSuffixes: {
|
||||||
'lt100': '-2',
|
'lt48': '-6',
|
||||||
'lt240': '-2',
|
'lt80': '-5',
|
||||||
|
'lt300': '-4',
|
||||||
'lt320': '-2',
|
'lt320': '-2',
|
||||||
'lt500': '',
|
|
||||||
'lt640': '-1',
|
'lt640': '-1',
|
||||||
'lt1024': '-0'
|
'lt1024': '-0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue