diff --git a/Video.js b/Video.js index 81c1b802..d7bd51f6 100644 --- a/Video.js +++ b/Video.js @@ -308,15 +308,16 @@ export default class Video extends Component { }; return ( - - - {this.props.poster && - this.state.showPoster && ( - - - - )} - + + + {this.props.poster && this.state.showPoster && ( + + )} + ); } }