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

This commit is contained in:
Ginger Wong 2020-09-27 23:04:42 -07:00
parent ef3796a033
commit 3add3897ac

View File

@ -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");
}