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

th-downstream
ThibG 6 years ago committed by Eugen Rochko
parent db31bef536
commit eaba640112

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

Loading…
Cancel
Save