diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-03-02 15:57:54 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-03-02 15:57:54 +0000 |
commit | 47c361d2f88879d5e4b042a49282c93d7e38f9fb (patch) | |
tree | dffd9a0a1bc837c1c9765228307e464dc472b1e2 /synapse/config/repository.py | |
parent | Merge branch 'release-v0.13.3' of github.com:matrix-org/synapse (diff) | |
download | synapse-47c361d2f88879d5e4b042a49282c93d7e38f9fb.tar.xz |
add 800x600 thumbnails to make vector look prettier (and anyone else who likes big thumbnails)
Diffstat (limited to 'synapse/config/repository.py')
-rw-r--r-- | synapse/config/repository.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py index 2fcf872449..2e96c09013 100644 --- a/synapse/config/repository.py +++ b/synapse/config/repository.py @@ -97,4 +97,7 @@ class ContentRepositoryConfig(Config): - width: 640 height: 480 method: scale + - width: 800 + height: 600 + method: scale """ % locals() |