0.1.0 • Published 5 years ago

videojs-disable-progress-bar v0.1.0

Weekly downloads
41
License
-
Repository
-
Last release
5 years ago

VideoJS disable progress bar

This videojs plugin allows you to disable video progress. Useful for preroll videos where you need to disable the user from progressing/scrubbing the video.

how to install

  • npm i videojs-disable-progress-bar

Getting Started

  • Check src/example.js

API

const bar = player.DisableProgressBar()

bar.disable() // will remove listeners so the bar still works but the user can't interact
bar.enable() // restore all back to normal