From: Dessalines Date: Sat, 12 Oct 2019 22:15:18 +0000 (-0700) Subject: Stopping autoplay, widening videos to show controls. X-Git-Url: http://these/git/%7Brss%7D?a=commitdiff_plain;h=c38f8c9c00a766aeef1e016d0830e6e93397426f;p=lemmy.git Stopping autoplay, widening videos to show controls. - Fixes #250 - Fixes #288 - Fixes #291 --- diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 9409a372..2b7afc6b 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) && -