diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-20 18:13:24 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-20 18:13:24 +0000 |
| commit | 90fe2105156b4a3d425f24b9d15d78c52333af0d (patch) | |
| tree | 9417c3d30c6aeb940e2a00de3b759fda8170903c /src | |
| parent | 75bb3c2fe5643c9f69a6bd080cd3be8f7e2582f3 (diff) | |
all photos have the same square thumb sizes
Diffstat (limited to 'src')
| -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 284b3f8..f164c50 100644 --- a/src/photoalbum.default.conf +++ b/src/photoalbum.default.conf @@ -2,11 +2,11 @@ TITLE='A simple Photoalbum' # Thumbnail height geometry -THUMBHEIGHT=250 +THUMBHEIGHT=400 # Normal geometry height (when viewing photo). Uncomment, to keep original size. HEIGHT=1200 # Max previews per page. -MAXPREVIEWS=100 +MAXPREVIEWS=40 # Diverse directories, need to be full paths, not relative! INCOMING_DIR=$(pwd)/incoming |
