From 634157c71609f5e3fb0cbd5519c8c82931940892 Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Tue, 21 Jul 2026 11:36:14 -0400 Subject: [PATCH] Fix video pillarbox flash on web --- src/components/Post/Embed/VideoEmbed/index.web.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Post/Embed/VideoEmbed/index.web.tsx b/src/components/Post/Embed/VideoEmbed/index.web.tsx index dc62e3b1b3..b0a1b58f95 100644 --- a/src/components/Post/Embed/VideoEmbed/index.web.tsx +++ b/src/components/Post/Embed/VideoEmbed/index.web.tsx @@ -109,7 +109,7 @@ export function VideoEmbed({embed}: {embed: AppBskyEmbedVideo.View}) { const fullBleed = aspectRatio === undefined || aspectRatio < 1 / 2 || - cardWidth < MIN_CARD_WIDTH + (containerWidth > 0 && cardWidth < MIN_CARD_WIDTH) const contents = (