videojs-progressTips
videojs-progressTips copied to clipboard
video.js plugin to display the time on hover of the progress bar.
I am looking for a maintainer for videojs-progressTips because I am currently not using videojs anymore at all. This makes it hard to test changes and decide on architecture topics....
Hey, can you make this work for multiple instances of the player running on one page? Right now the plugin seems to expect that there is only one video available...
Hi, Line 11 will always evaluate to false, as the Closure compiler used for the official distribution (tested with video.js 4.12.15) doesn't export the techName property. As you've already got...