Fix video pillarbox flash on web

This commit is contained in:
vineyardbovines
2026-07-21 11:36:14 -04:00
parent ad88341584
commit 634157c716
@@ -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 = (
<div