From 2728f5a104878ed3237f4d6a19bfbea67ffeecd0 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 14 Sep 2014 11:57:01 +0200 Subject: tryout - fetch larger thumbnail if image gets streched over its size --- view/js/main.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'view/js') diff --git a/view/js/main.js b/view/js/main.js index 13f1fea8f..fae22eb59 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -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; }); } -- cgit v1.2.3