diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-19 11:01:48 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-19 11:01:48 +0000 |
| commit | 6feae6c65217e8b82c33d3fd4c15be09293ebf9f (patch) | |
| tree | 666d35cd48ce3598634f536889e5665b5e26c25d /src/photoalbum.default.conf | |
| parent | 1c460f748c9695d03d34c37a0abf5f91e7a9c7a2 (diff) | |
| parent | e2e7f1477f16c97c676501ca9b98907135bb8155 (diff) | |
merged
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 - |
