diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-20 13:59:31 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-20 13:59:31 +0100 |
commit | e5fc7811ae0b0513470add9dbe237755bec7cceb (patch) | |
tree | 7ce59f8cb9b389d27256b2032d3316d1c2eeb686 /server | |
parent | bbe697cac4eef0070303f0cb96a013049cb5b837 (diff) | |
download | PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.tar.gz PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.tar.zst PeerTube-e5fc7811ae0b0513470add9dbe237755bec7cceb.zip |
Increase thumbnails size
Diffstat (limited to 'server')
-rw-r--r-- | server/initializers/constants.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 3656a23f9..c1be7f326 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -610,8 +610,8 @@ let STATIC_MAX_AGE = '2h' | |||
610 | 610 | ||
611 | // Videos thumbnail size | 611 | // Videos thumbnail size |
612 | const THUMBNAILS_SIZE = { | 612 | const THUMBNAILS_SIZE = { |
613 | width: 200, | 613 | width: 223, |
614 | height: 110 | 614 | height: 112 |
615 | } | 615 | } |
616 | const PREVIEWS_SIZE = { | 616 | const PREVIEWS_SIZE = { |
617 | width: 560, | 617 | width: 560, |