From c38f8c9c00a766aeef1e016d0830e6e93397426f 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) && -