Mousewheel and keyboard control video HTML5

Add mousewheel & keyboard control to html5 video player.

Auteur
hoangnam87bt
Installations quotidiennes
0
Installations (total)
14
Notes
0 0 0
Version
0.2
Créé
15/10/2024
Mis à jour
16/10/2024
Size
3,05 ko
Licence
MIT2
S'applique à
Tous les sites

I'm not a coder. everyone can use this source code for themselves.
I like to use the mouse wheel to seek videos so this script was created to satisfy my needs. And it is integrated with the code to seek with arrow keys mainly used on facebook..
You can also use the mouse wheel to seek videos, but it does not scroll the page when the mouse hovers over the video or image, you can move the mouse over the scroll bar to scroll the page, and you have to edit a little in the source code:
replace : if (isOverMedia && isOverMedia.contains(event.target))
with if (! isOverMedia || ! isOverMedia.contains(event.target))