fix right click for video
This commit is contained in:
parent
aadc20fa19
commit
33d732f781
@ -9,6 +9,13 @@
|
|||||||
<!-- plyr -->
|
<!-- plyr -->
|
||||||
<link href="/youtube.com/static/modules/plyr/plyr.css" rel="stylesheet"/>
|
<link href="/youtube.com/static/modules/plyr/plyr.css" rel="stylesheet"/>
|
||||||
<!--/ plyr -->
|
<!--/ 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 %}
|
{% endif %}
|
||||||
{% endblock style %}
|
{% endblock style %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user