tryout - fetch larger thumbnail if image gets streched over its size
This commit is contained in:
parent
c27b60d981
commit
2728f5a104
@ -712,12 +712,12 @@ function updateConvItems(mode,data) {
|
|||||||
margins: 3,
|
margins: 3,
|
||||||
rowHeight : 150,
|
rowHeight : 150,
|
||||||
sizeRangeSuffixes : {
|
sizeRangeSuffixes : {
|
||||||
'lt100': '',
|
'lt100': '-2',
|
||||||
'lt240': '',
|
'lt240': '-2',
|
||||||
'lt320': '',
|
'lt320': '-2',
|
||||||
'lt500': '',
|
'lt500': '-1',
|
||||||
'lt640': '',
|
'lt640': '-1',
|
||||||
'lt1024': ''
|
'lt1024': '-0'
|
||||||
}
|
}
|
||||||
}).on('jg.complete', function(e){ justifiedGalleryActive = false; });
|
}).on('jg.complete', function(e){ justifiedGalleryActive = false; });
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user