From 3e0ac0a0668b5906d7b81dbc075cfd04ba89911c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 17 Jan 2025 20:09:44 -0600 Subject: Bring video cropping in line with images (#7462) * Mimic image cropping for videos on web * Same on native --- src/view/com/util/post-embeds/index.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/view/com/util/post-embeds/index.tsx') diff --git a/src/view/com/util/post-embeds/index.tsx b/src/view/com/util/post-embeds/index.tsx index 9dc43da8e..6f5f9d3ab 100644 --- a/src/view/com/util/post-embeds/index.tsx +++ b/src/view/com/util/post-embeds/index.tsx @@ -237,7 +237,16 @@ export function PostEmbeds({ if (AppBskyEmbedVideo.isView(embed)) { return ( - + ) } -- cgit 1.4.1