videojs-progressTips
Display a tooltip on hover with the time on video.js players.
This plugin was updated to and tested on video.js 4.6.4. It depends on jQuery.
Getting Started
Download videojs and videojs.ga
In your web page:
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="video.js"></script>
<script src="dist/videojs.progressTips.min.js"></script>
<link rel="stylesheet" href="dist/videojs.progressTips.css" type="text/css" />
<video id="video" src="movie.mp4" controls></video>
<script>
videojs('video', {}, function() {
this.progressTips(); // "load the plugin, no options!"
});
</script>
Options
No options so far! YAY!