Skip to content

samueleastdev/videojs-bif-updated

Repository files navigation

Getting Started

Include

<script src="/path/to/videojs.bif.min.js"></script>

Enable

// Generally BIF files are large, so you have the ability to manage fetching on your own.
// If this is the route you take, you can update plugin configuration at any time by rerunning the plugin.
//
// See documentation or example for more detail.
videojs('player_id').bif({
  src: '/path/to/bif.bif',
});

Note: There are multiple ways to enable plugins. For more information, please visit Video.js.

Contributing + Example

npm install -g grunt-cli

npm install

npm start

License

Code licensed under The MIT License.

About

VideoJS Bif Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published