1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 16:06:52 +00:00

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

This commit is contained in:
Matthew Hodgson 2016-03-02 15:57:54 +00:00
parent 7e0a1683e6
commit 47c361d2f8

View file

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