An open API service indexing awesome lists of open source software.

https://github.com/mente/videojs-youtube-progress

Simple plugin that allows you to preserve progress ui while control bar is hidden
https://github.com/mente/videojs-youtube-progress

Last synced: about 1 year ago
JSON representation

Simple plugin that allows you to preserve progress ui while control bar is hidden

Awesome Lists containing this project

README

          

videojs-youtube-progress
=======

![Example screenshot](https://mente.github.io/videojs-youtube-progress/example.png)

This is really simple plugin that allows you to preserve progress ui while control bar is hidden. [Example](http://mente.github.io/videojs-youtube-progress/).

Support
======
Plugin is based on video.js built-in controls, so native controls, iOS, flash player are not supported.

Usage
======
Plugin is so simple that it's only [one css file](dist/videojs-youtube-progress.css) that overrides default videojs styling. To use it just include after videojs css:

```html

```

__WARNING__ It's important to include it AFTER original stylesheet, otherwise styling rules won't be overridden.

That's it! Be happy!