From 3e4f0d0ed53f1e0a85ad2625781a0a9cf0dcecb0 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 --- src/components/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/post-listing.tsx b/src/components/post-listing.tsx index 9409a372..2b7afc6b 100644 --- a/src/components/post-listing.tsx +++ b/src/components/post-listing.tsx @@ -89,7 +89,7 @@ export class PostListing extends Component { } {post.url && isVideo(post.url) && -