Fix video player width not being updated to fit container width (#10069)

This commit is contained in:
ThibG 2019-02-18 00:10:21 +01:00 committed by Eugen Rochko
parent f3eb99aec3
commit 3e59a0e838
1 changed files with 0 additions and 1 deletions

View File

@ -346,7 +346,6 @@ class Video extends React.PureComponent {
width = containerWidth;
height = containerWidth / (16/9);
playerStyle.width = width;
playerStyle.height = height;
}