Skip to content

Modified to work with VJS 4.6, Modified to work for custom techs

License

Notifications You must be signed in to change notification settings

Mewte/videojs-progressTips

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

videojs-progressTips

Display a tooltip on hover with the time on video.js players.

videojs-progressTips

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!

About

Modified to work with VJS 4.6, Modified to work for custom techs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.7%
  • CSS 15.0%
  • CoffeeScript 0.3%