From c65197fa9fb55133b12d88212cd75e0db41b0a6d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 12 Oct 2019 15:15:18 -0700 Subject: [PATCH] Stopping autoplay, widening videos to show controls. - Fixes #250 - Fixes #288 - Fixes #291 --- ui/src/components/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 9409a372e..2b7afc6b0 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -89,7 +89,7 @@ export class PostListing extends Component { } {post.url && isVideo(post.url) && -