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,
|
||||
rowHeight : 150,
|
||||
sizeRangeSuffixes : {
|
||||
'lt100': '',
|
||||
'lt240': '',
|
||||
'lt320': '',
|
||||
'lt500': '',
|
||||
'lt640': '',
|
||||
'lt1024': ''
|
||||
'lt100': '-2',
|
||||
'lt240': '-2',
|
||||
'lt320': '-2',
|
||||
'lt500': '-1',
|
||||
'lt640': '-1',
|
||||
'lt1024': '-0'
|
||||
}
|
||||
}).on('jg.complete', function(e){ justifiedGalleryActive = false; });
|
||||
}
|
||||
|
Reference in New Issue
Block a user