Skip to content

alexrqs/videojs-disable-progress-bar

Repository files navigation

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

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

Thanks to

  • rsadwick for the inspiration and main code-base

About

VideoJS Plugin to disable progress bar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published