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
- Host: GitHub
- URL: https://github.com/mente/videojs-youtube-progress
- Owner: mente
- Created: 2014-11-07T10:42:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T14:11:31.000Z (over 11 years ago)
- Last Synced: 2025-05-07T04:46:02.425Z (about 1 year ago)
- Language: CSS
- Size: 1.43 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
videojs-youtube-progress
=======

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!