diff options
Diffstat (limited to 'src/photoalbum.default.conf')
| -rw-r--r-- | src/photoalbum.default.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/photoalbum.default.conf b/src/photoalbum.default.conf index 8f4e488..07026f3 100644 --- a/src/photoalbum.default.conf +++ b/src/photoalbum.default.conf @@ -1,9 +1,11 @@ # The title of the photoalbum TITLE='A simple Photoalbum' -# Diverse default values -THUMBGEOMETRY=100 -GEOMETRY=1600 +# Thumbnail geometry +THUMBGEOMETRY=250 +# Normal geometry (when viewing photo). Uncomment, to keep original size. +GEOMETRY=1200 +# Max previews per page. MAXPREVIEWS=100 # Diverse directories, need to be full paths, not relative! @@ -22,4 +24,3 @@ TAR_OPTS='-c' # Some debugging options #set -e #set -x - |
