Make the player button clickable on small videos

If you set the plyr video to width of 300px, the plyr__controls overlays the play centered play button such that you can't click on the play button. Adding a z-index on the plyr .plyr__play-large fixes that.
This commit is contained in:
Joel Mbugua 2016-06-21 21:59:00 +03:00 committed by GitHub
parent 4c1cdea56e
commit cb591dac0c

View File

@ -397,6 +397,7 @@
}
.plyr .plyr__play-large {
display: inline-block;
z-index: 1;
}
.plyr--audio .plyr__play-large {
display: none;