Skip to content

Commit

Permalink
Fullscreen youtube player fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Nov 19, 2016
1 parent a5fbda9 commit 83e8e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/players/YouTube.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export default class YouTube extends Base {
}
render () {
const style = {
width: '100%',
height: '100%',
display: this.props.url ? 'block' : 'none'
}
Expand Down

0 comments on commit 83e8e60

Please sign in to comment.