Fix #946 - poster getting click events

This commit is contained in:
Albin Larsson 2018-05-08 16:50:40 +02:00
parent 1672e78041
commit 069065ea3a

View File

@ -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 {