diff options
author | Sam Potts <me@sampotts.me> | 2015-03-05 22:38:25 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-03-05 22:38:25 +1100 |
commit | c6e5937debb0f9eef1bccf5a0318b287c28cbee6 (patch) | |
tree | fbbc662e2b0d12c009e32b8425a9cdff2eadc926 /readme.md | |
parent | 4404e999ebc8cbc3ab5b96002e9e4eaeeb805353 (diff) | |
download | plyr-c6e5937debb0f9eef1bccf5a0318b287c28cbee6.tar.lz plyr-c6e5937debb0f9eef1bccf5a0318b287c28cbee6.tar.xz plyr-c6e5937debb0f9eef1bccf5a0318b287c28cbee6.zip |
Seeking improvements
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -17,16 +17,20 @@ We wanted a lightweight, accessible and customisable media player that just supp - **Audio & Video** - support for both formats. - **API** - toggle playback, volume, seeking, and more. - **Fullscreen** - supports native fullscreen with fallback to "full window" modes. -- **No dependencies** - written in vanilla JavaScript, no jQuery required. +- **No dependencies** - written in vanilla JavaScript, no jQuery required. + +Oh and yes, it works with Bootstrap. ## Changelog Check out [the changelog](changelog.md) ## Planned development - Accept a string selector, a node, or a nodelist for the `container` property of `selectors`. -- Accept a selector for the `html` template property. - Multiple language captions (with selection) -- Localisation of control labels +- Playlists (audio and video) +- Set source by API +- Tooltip option (for seeking and controls) +... and whatever else has been raised in [issues](https://github.com/Selz/plyr/issues) If you have any cool ideas or features, please let me know by [creating an issue](https://github.com/Selz/plyr/issues/new) or of course, forking and sending a pull request. |