diff options
author | OzoneGrif | 2020-02-02 21:25:17 +0100 |
---|---|---|
committer | GitHub | 2020-02-02 21:25:17 +0100 |
commit | b68f037392f393f1d6781fdbd4f28ee4ddc79807 (patch) | |
tree | 10fffbaa494540cc7883ce3291de22ab89ded2c2 /example/gallery.yaml | |
parent | 31d16f6fb20eb4935fc75e83bc565070ba7e5656 (diff) | |
parent | 85f0cf2403fecfbca0d14f6fc4ebdb6aaa199b54 (diff) | |
download | ldgallery-b68f037392f393f1d6781fdbd4f28ee4ddc79807.tar.gz |
Merge pull request #82 from pacien/feature-gallery-thumbnail-size-tweak
Feature gallery thumbnail size tweak
Diffstat (limited to 'example/gallery.yaml')
-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 |