Fix video player width not being updated to fit container width

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent 45768b3b9d
commit 2bf47542f3

@ -366,7 +366,6 @@ export default class Video extends React.PureComponent {
width = containerWidth;
height = containerWidth / (16/9);
playerStyle.width = width;
playerStyle.height = height;
} else if (inline) {
return (<div className={computedClass} ref={this.setPlayerRef} tabindex={0}></div>);

Loading…
Cancel
Save