diff --git a/frontend/src/components/ChannelPage.tsx b/frontend/src/components/ChannelPage.tsx index 1572aa7..fc856f7 100644 --- a/frontend/src/components/ChannelPage.tsx +++ b/frontend/src/components/ChannelPage.tsx @@ -138,14 +138,14 @@ export default function ChannelPage({ return (
- {/* Banner + back */} -
+ {/* Banner + back — OPTION C: inset, rounded card (not full-bleed) */} +
{ch?.banner_url ? ( // Match YouTube's banner: the stored bannerExternalUrl is the full 16:9 template at a // low default size, so request a crisp wide version (=w1707) and object-cover the - // desktop "safe area" — the centre 2560×423 (~6:1) band — at full width. + // desktop "safe area" — the centre 2560×423 (~6:1) band.
) : ( -
+
)}