diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-08 09:13:42 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-04-08 10:07:53 +0200 |
commit | 02dd4f3c65536699cec47c7d4054889fd81b5cd4 (patch) | |
tree | 8ffdd7efec33c52aa5aa1e0f323e902dac28cfeb /server/initializers/constants.ts | |
parent | cdeddff142fd20f8cb8bb346625909d61c596603 (diff) | |
download | PeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.tar.gz PeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.tar.zst PeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.zip |
Display banner on channel page
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 1deabec87..2637213a4 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -614,7 +614,7 @@ const ACTOR_IMAGES_SIZE = { | |||
614 | }, | 614 | }, |
615 | BANNERS: { | 615 | BANNERS: { |
616 | width: 1920, | 616 | width: 1920, |
617 | height: 384 | 617 | height: 317 // 6/1 ratio |
618 | } | 618 | } |
619 | } | 619 | } |
620 | 620 | ||