Thumbnails on progress bar hover/videojs scrubbing, using VTT files.
npm install pthumbnailsVideo.js plugin that displays thumbnails on progress bar hover, driven by external VTT files. Based on this JW Player spec.
This plugin supports both sprited and single images. If more than one image is given per second, a single image among them will be used.
- Installation
- Usage
- Tag
- License
``sh`
npm install --save videojs-vtt-thumbnails
To include videojs-vtt-thumbnails on your website or web application, use any of the following methods.
This is the simplest case. Get the script in whatever way you prefer and include the plugin _after_ you include [video.js][videojs], so that the videojs global is available. Don't forget to include the CSS file too.
`html``
MIT. Copyright (c) Chris Boustead <chris@forgemotion.com>
[videojs]: http://videojs.com/