Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

kara-todd/videojs-chapter-markers

Repository files navigation

Video.js Chapters

Getting Started

Once you've added the plugin script to your page, you can use it with any video:

<script src="video.js"></script>
<script src="videojs-chapters.js"></script>
<script>
  videojs(document.querySelector('video')).chapters();
</script>

About

Add chpater markers to video js timeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published