[Video] add scrubber to the web player (#4943)
This commit is contained in:
parent
def9dda29c
commit
9b534b968d
4 changed files with 392 additions and 114 deletions
|
@ -253,6 +253,11 @@
|
|||
from { opacity: 1; }
|
||||
to { opacity: 0; }
|
||||
}
|
||||
|
||||
.force-no-clicks > *,
|
||||
.force-no-clicks * {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
{% include "scripts.html" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue