Mousewhell and keyboard control video HTML5

Add mousewhell & keyboard control to html5 video player.

2024-10-15 기준 버전입니다. 최신 버전을 확인하세요.

작성자
hoangnam87bt
평점
0 0 0
버전
0.1
생성일
2024-10-15
갱신일
2024-10-15
크기
2.7KB
라이선스
MIT2
적용 사이트
모든 사이트

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))