diff options
-rw-r--r-- | src/sass/components/poster.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sass/components/poster.scss b/src/sass/components/poster.scss index 3a158c1b..788d819c 100644 --- a/src/sass/components/poster.scss +++ b/src/sass/components/poster.scss @@ -20,3 +20,8 @@ .plyr--stopped.plyr__poster-enabled .plyr__poster { opacity: 1; } + +// Allow interaction with YouTube controls while paused +.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster { + display: none; +} |