From 5784f9e0b55a0a2fd3cfc2a25a02ab5cb0ea0500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Karsl=C4=B1?= <17887754+ismailkarsli@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:39:44 +0300 Subject: [PATCH] Added aspect ratio to the video (#2268) --- src/shared/components/post/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 8412c02b..67f47638 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -271,7 +271,7 @@ export class PostListing extends Component { // if direct video link if (url && isVideo(url)) { return ( -
+