Merge remote-tracking branch 'origin/main' into auth_name_to_jwt

This commit is contained in:
Dessalines 2023-12-05 12:34:02 -05:00
commit 3fc134f93f

View file

@ -271,7 +271,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
// if direct video link
if (url && isVideo(url)) {
return (
<div className="embed-responsive mt-3">
<div className="embed-responsive ratio ratio-16x9 mt-3">
<video muted controls className="embed-responsive-item col-12">
<source src={url} type="video/mp4" />
</video>