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 = (