Minimalist media player for web.
Minimalist media player for web. Control volume, current time, play-pause easily from keyboard. Supports both videos and images.
Minimalist media player for web. Control volume, current time, play-pause easily from keyboard. Supports both videos and images.
https://cdn.jsdelivr.net/gh/sujaudd1n/mmp4w/src/mmp4w.min.js
mmp4w_container
.1 2 |
|
1 2 3 4 5 |
|
defer
attribute and type="module"
in head
tag of html document.1 |
|
Inside script.js
import the mmp4w
object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
The setup is complete.
p
- Play/pause the video.s
- Stop the video.m
- Mute.k
- Volume up.j
- Volume down.r
- Enable loop.h
- Previous.l
- Next.ctrl-h
- Seek behind.ctrl-l
- Seek front.f
- Fullscreen.o
- Chage video fit.c
- Show/hide video controls.