Fix for hover over iframed players not showing controls

This commit is contained in:
Sam Potts
2018-08-02 00:47:03 +10:00
parent 0892d69ba2
commit 7f4b74e2d4
3 changed files with 5 additions and 5 deletions

2
demo/dist/demo.css vendored

File diff suppressed because one or more lines are too long

2
dist/plyr.css vendored

File diff suppressed because one or more lines are too long

View File

@ -7,16 +7,16 @@
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
display: none;
height: 100%;
left: 0;
pointer-events: none;
opacity: 0;
position: absolute;
top: 0;
transition: opacity 0.2s ease;
width: 100%;
z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
display: block;
opacity: 1;
}