Merge branch 'master' of github.com:sampotts/plyr

This commit is contained in:
Sam Potts 2018-05-09 09:48:52 +10:00
commit d1d41ca49a

View File

@ -6,7 +6,7 @@
background-color: #000; background-color: #000;
background-position: 50% 50%; background-position: 50% 50%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: contain;
height: 100%; height: 100%;
left: 0; left: 0;
opacity: 0; opacity: 0;
@ -15,6 +15,7 @@
transition: opacity 0.3s ease; transition: opacity 0.3s ease;
width: 100%; width: 100%;
z-index: 1; z-index: 1;
pointer-events: none;
} }
.plyr--stopped .plyr__poster { .plyr--stopped .plyr__poster {