summaryrefslogtreecommitdiff
path: root/example/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'example/config.yaml')
-rw-r--r--example/config.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml
index cb3addac1..4526fb8fc 100644
--- a/example/config.yaml
+++ b/example/config.yaml
@@ -629,6 +629,13 @@ media-video-size-hint: 40MiB
# Default: 40MiB (41943040 bytes)
media-remote-max-size: 40MiB
+# Int. Max size in pixels of any one dimension of
+# a thumbnail (as input media ratio is preserved).
+#
+# Examples: [256, 512, 1024]
+# Default: 512
+media-thumb-max-pixels: 512
+
# Int. Minimum amount of characters required as an image or video description.
# Examples: [500, 1000, 1500]
# Default: 0 (not required)