aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-08 09:13:42 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-04-08 10:07:53 +0200
commit02dd4f3c65536699cec47c7d4054889fd81b5cd4 (patch)
tree8ffdd7efec33c52aa5aa1e0f323e902dac28cfeb /server
parentcdeddff142fd20f8cb8bb346625909d61c596603 (diff)
downloadPeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.tar.gz
PeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.tar.zst
PeerTube-02dd4f3c65536699cec47c7d4054889fd81b5cd4.zip
Display banner on channel page
Diffstat (limited to 'server')
-rw-r--r--server/initializers/constants.ts2
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