Skip to content

Commit

Permalink
Fix video player width not being updated to fit container width (mast…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and hiyuki2578 committed Oct 2, 2019
1 parent 4c588b7 commit a4ca0d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/mastodon/features/video/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ class Video extends React.PureComponent {
width = containerWidth;
height = containerWidth / (16/9);

playerStyle.width = width;
playerStyle.height = height;
}

Expand Down

0 comments on commit a4ca0d1

Please sign in to comment.