Browse Source

show play button when video is paused (issue #201)

pull/204/head
Ginger Wong 6 years ago
parent
commit
3add3897ac
  1. 5
      webroot/styles/video.css

5
webroot/styles/video.css

@ -5,6 +5,11 @@ video.video-js { @@ -5,6 +5,11 @@ video.video-js {
min-height: 100%
}
/* show big play button when paused */
.vjs-has-started.vjs-paused .vjs-big-play-button{
display: block;
}
.vjs-airplay .vjs-icon-placeholder::before {
content: url("../img/airplay.png");
}

Loading…
Cancel
Save