From 3e59a0e8380f0cdcc257b1b915fc846d0a1ea068 Mon Sep 17 00:00:00 2001 From: ThibG Date: Mon, 18 Feb 2019 00:10:21 +0100 Subject: [PATCH] Fix video player width not being updated to fit container width (#10069) --- app/javascript/mastodon/features/video/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/mastodon/features/video/index.js b/app/javascript/mastodon/features/video/index.js index 823bc25ab..11c21d59d 100644 --- a/app/javascript/mastodon/features/video/index.js +++ b/app/javascript/mastodon/features/video/index.js @@ -346,7 +346,6 @@ class Video extends React.PureComponent { width = containerWidth; height = containerWidth / (16/9); - playerStyle.width = width; playerStyle.height = height; }