diff options
author | marijus <mario@mariovavti.com> | 2014-09-14 22:37:03 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-09-14 22:37:03 +0200 |
commit | 72bce40a9fce3231629fd8cbd25a7c17a27c7595 (patch) | |
tree | cc34287726dd3565a787b3f88ef53f1ade544afe /view | |
parent | 9b8066732603bec190f161bb7e891638eb0ae860 (diff) | |
download | volse-hubzilla-72bce40a9fce3231629fd8cbd25a7c17a27c7595.tar.gz volse-hubzilla-72bce40a9fce3231629fd8cbd25a7c17a27c7595.tar.bz2 volse-hubzilla-72bce40a9fce3231629fd8cbd25a7c17a27c7595.zip |
tryout - some more adjustments
Diffstat (limited to 'view')
-rw-r--r-- | view/js/main.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/js/main.js b/view/js/main.js index fae22eb59..d0fcf0077 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -708,14 +708,12 @@ function updateConvItems(mode,data) { justifiedGalleryActive = true; $('#photo-album-contents-' + bParam_page).justifiedGallery({ lastRow : 'nojustify', - captions: true, margins: 3, - rowHeight : 150, sizeRangeSuffixes : { 'lt100': '-2', 'lt240': '-2', 'lt320': '-2', - 'lt500': '-1', + 'lt500': '-0', 'lt640': '-1', 'lt1024': '-0' } |