diff options
author | pacien | 2020-02-02 20:58:10 +0100 |
---|---|---|
committer | pacien | 2020-02-02 21:20:47 +0100 |
commit | a524bc557ee154d5880153d9b8da680e0b5f3e85 (patch) | |
tree | 9412c5e5f2a37a26e059e65669cba699808bb3a7 /example | |
parent | 31d16f6fb20eb4935fc75e83bc565070ba7e5656 (diff) | |
download | ldgallery-a524bc557ee154d5880153d9b8da680e0b5f3e85.tar.gz |
compiler: tweak default thumbnail size
For better packing.
Diffstat (limited to 'example')
-rw-r--r-- | example/gallery.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/gallery.yaml b/example/gallery.yaml index dfb6265..ea23d8a 100644 --- a/example/gallery.yaml +++ b/example/gallery.yaml | |||
@@ -14,7 +14,7 @@ compiler: | |||
14 | 14 | ||
15 | thumbnailMaxResolution: | 15 | thumbnailMaxResolution: |
16 | width: 400 # default | 16 | width: 400 # default |
17 | height: 400 # default | 17 | height: 300 # default |
18 | 18 | ||
19 | pictureMaxResolution: | 19 | pictureMaxResolution: |
20 | width: 1024 | 20 | width: 1024 |