We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8eaf2f commit fcf27f0Copy full SHA for fcf27f0
src/view/com/util/post-embeds/VideoEmbed.tsx
@@ -84,7 +84,7 @@ export function VideoEmbed({embed}: {embed: AppBskyEmbedVideo.View}) {
84
source={{uri: embed.thumbnail}}
85
alt={embed.alt}
86
style={a.flex_1}
87
- contentFit="contain"
+ contentFit="cover"
88
accessibilityIgnoresInvertColors
89
/>
90
<Button
src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx
@@ -49,7 +49,7 @@ export function VideoEmbedInnerNative({
49
ref={ref}
50
player={player}
51
style={[a.flex_1, a.rounded_sm]}
52
53
nativeControls={isFullscreen}
54
55
onEnterFullscreen={() => {
0 commit comments