diff options
| author | Paul Buetow <paul@buetow.org> | 2021-01-26 08:57:49 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-01-26 08:57:49 +0000 |
| commit | caab7bf909054d9246f1eecc4a8c947df29ed732 (patch) | |
| tree | f4ebe988573ff2c9928a0968d079a8b61fe4d6f8 | |
| parent | 85dfedb628afb1c39ec91197e21597ff81e22e7e (diff) | |
more modern defaults
| -rw-r--r-- | src/photoalbum.default.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/photoalbum.default.conf b/src/photoalbum.default.conf index 160a8ed..8f4e488 100644 --- a/src/photoalbum.default.conf +++ b/src/photoalbum.default.conf @@ -2,8 +2,8 @@ TITLE='A simple Photoalbum' # Diverse default values -THUMBGEOMETRY=250 -GEOMETRY=800 +THUMBGEOMETRY=100 +GEOMETRY=1600 MAXPREVIEWS=100 # Diverse directories, need to be full paths, not relative! |
