Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[Video] content fit cover on native (#5140)

authored by

Samuel Newman and committed by
GitHub
fcf27f05 e8eaf2f4

+2 -2
+1 -1
src/view/com/util/post-embeds/VideoEmbed.tsx
··· 84 84 source={{uri: embed.thumbnail}} 85 85 alt={embed.alt} 86 86 style={a.flex_1} 87 - contentFit="contain" 87 + contentFit="cover" 88 88 accessibilityIgnoresInvertColors 89 89 /> 90 90 <Button
+1 -1
src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx
··· 49 49 ref={ref} 50 50 player={player} 51 51 style={[a.flex_1, a.rounded_sm]} 52 - contentFit="contain" 52 + contentFit="cover" 53 53 nativeControls={isFullscreen} 54 54 accessibilityIgnoresInvertColors 55 55 onEnterFullscreen={() => {