videojs-chapter-thumbnails icon indicating copy to clipboard operation
videojs-chapter-thumbnails copied to clipboard

Video.js plugin for supporting chapter thumbnails

Results 5 videojs-chapter-thumbnails issues
Sort by recently updated
recently updated
newest added

Adjustment to plugin function as it is now deprecated in video.js 6. More details: https://github.com/videojs/video.js/wiki/Video.js-6-Migration-Guide

This will allow this package to `npm-link`'ed by not using `transform-runtime` unless we're building production.

https://github.com/chemoish/videojs-chapter-thumbnails/blob/master/src/videojs-chapter-thumbnail.js#L45 is generically specified as a `{Object}`, but its really more of a `{string}` that gets throw to the `label` of the `VjsMenuItem`. Also add example, as its difficult to...

Must dispose properly otherwise on `videojs('player').dispose()` an error will be thrown. Uncaught TypeError: Cannot read property 'vdata1446698633391' of null

bug