diff options
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, |