diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-05 11:38:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-05 11:44:09 +0200 |
commit | 4363ce0e3edefcf5d8f913eabea365c424b0a956 (patch) | |
tree | ea965e604709890d0395a863637597b30dc3fe49 /server | |
parent | fcd8d3e0302cb1e061e6868f3180f0d66e149d18 (diff) | |
download | PeerTube-4363ce0e3edefcf5d8f913eabea365c424b0a956.tar.gz PeerTube-4363ce0e3edefcf5d8f913eabea365c424b0a956.tar.zst PeerTube-4363ce0e3edefcf5d8f913eabea365c424b0a956.zip |
Increase thumbnail size on server
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 b37aeb622..25e9aad9c 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -595,8 +595,8 @@ const STATIC_MAX_AGE = { | |||
595 | 595 | ||
596 | // Videos thumbnail size | 596 | // Videos thumbnail size |
597 | const THUMBNAILS_SIZE = { | 597 | const THUMBNAILS_SIZE = { |
598 | width: 223, | 598 | width: 280, |
599 | height: 122, | 599 | height: 157, |
600 | minWidth: 150 | 600 | minWidth: 150 |
601 | } | 601 | } |
602 | const PREVIEWS_SIZE = { | 602 | const PREVIEWS_SIZE = { |