Skip to content

Commit

Permalink
Fix video player width not being updated to fit container width (#10069)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and Gargron committed Feb 17, 2019
1 parent 7853be1 commit d1d7d14
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 d1d7d14

Please sign in to comment.