Browse Source

add 800x600 thumbnails to make vector look prettier (and anyone else who likes big thumbnails)

Matthew Hodgson 8 years ago
parent
commit
47c361d2f8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      synapse/config/repository.py

+ 3 - 0
synapse/config/repository.py

@@ -97,4 +97,7 @@ class ContentRepositoryConfig(Config):
         - width: 640
           height: 480
           method: scale
+        - width: 800
+          height: 600
+          method: scale
         """ % locals()