Preview video frames on elements with ease
index.js | ||
README.md | ||
snaphash.js | ||
test.html | ||
test.mp4 |
Snaphash
Preview video times with ease
How it works?
<video id="myvideo" src="big-buck-bunny.mp4"></video>
<img data-snap="#myvideo@00:00:15" />
Snaphash('img');
That's all, a preview of video at 00:00:15 will be shown in the img
element.
You can omit unnecessary zeros from time.
See a demo