Config Param. for random parameter

This commit is contained in:
sh+git@codevoid.de 2019-10-24 07:37:03 +00:00
parent 16c4513da5
commit eba7151844
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ printf '%s' \
# CONFIGURE
GALLERY_TITLE="My Gallery" # browser title
GALLERY_ROW_HEIGHT=150 # how high will the justified rows be?
GALLERY_RANDOMIZE=true # enable random sorting (true,false)
BODY_STYLE="color:orange; background:black;" # <body style="?">
THUMBNAIL_QUALITY=83 # quality for thumbnails
THUMBNAIL_PATH="thm" # relative path to thumbnail folder
@ -101,7 +102,7 @@ printf '%s%s\n' \
\$(\"#base\").justifiedGallery({
rowHeight : $GALLERY_ROW_HEIGHT/0.8,
maxRowHeight : $GALLERY_ROW_HEIGHT,
randomize : true,
randomize : $GALLERY_RANDOMIZE,
waitThumbnailsLoad : false,
lastRow : \"nojustify\",
margins : 3