Do not randomize per default

This commit is contained in:
sh+git@codevoid.de 2019-10-24 14:54:51 +00:00
parent 3d20ca64fc
commit 58dcac603e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +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)
GALLERY_RANDOMIZE=false # 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