Hello
I have a question.
I run an education site.
I am playing the video on my word press site with the code written
~
.
I want to prevent the user from manipulating only the playbar of the video controller.
When I applied ‘pointer-events: none;’ to CSS in developer mode, it became the function I wanted.
However, it is difficult to apply in practice.
How can I apply this?