Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #616 from matrix-org/matthew/800x600
Browse files Browse the repository at this point in the history
add 800x600 thumbnails to make vector look prettier (and anyone else …
  • Loading branch information
ara4n committed Mar 2, 2016
2 parents 2a78dac + 47c361d commit c0147f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synapse/config/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,7 @@ def default_config(self, **kwargs):
- width: 640
height: 480
method: scale
- width: 800
height: 600
method: scale
""" % locals()

0 comments on commit c0147f8

Please sign in to comment.