Fix video letterboxing issue (#9339)

* give video a black background on web

* Video crop on web tweaks (#9371)

* Remove video embed crop option to reduce confusion

* Improve default thumb and border on web

---------

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Samuel Newman
2025-11-14 20:29:49 +02:00
committed by GitHub
parent 24c96ac881
commit 1caac024ab
5 changed files with 30 additions and 72 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ function MediaEmbed({
<ContentHider
modui={rest.moderation?.ui('contentMedia')}
activeStyle={[a.mt_sm]}>
<VideoEmbed embed={embed.view} crop="constrained" />
<VideoEmbed embed={embed.view} />
</ContentHider>
)
}