Skip to content

Commit

Permalink
feat: Show big play button on pause if specified (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
geibi authored and gkatsev committed Jan 3, 2017
1 parent 9ec5587 commit b547214
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/components/_big-play.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@
.vjs-error .vjs-big-play-button {
display: none;
}

// Show big play button if video is paused and .vjs-show-big-play-button-on-pause is set on video element
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
display: block;
}

0 comments on commit b547214

Please sign in to comment.