diff options
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/templates/watch.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index f05fc81..c44beca 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -9,6 +9,13 @@ <!-- plyr --> <link href="/youtube.com/static/modules/plyr/plyr.css" rel="stylesheet"/> <!--/ plyr --> + <style> + /* Prevent this div from blocking right-click menu for video + e.g. Firefox playback speed options */ + .plyr__poster { + display: none !important; + } + </style> {% endif %} {% endblock style %} |