diff options
author | Sam Potts <me@sampotts.me> | 2016-07-21 21:59:26 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-07-21 21:59:26 +1000 |
commit | 6ff1e4734168d79f26696209fb2c6e9dd478dcaa (patch) | |
tree | 9fa86723076332021e2fb98db173e9a0c090ac7b | |
parent | e72a91de6e5a89d92c5e10a8c725df5d543c31e9 (diff) | |
parent | 52ec4c012de33143253b5143b251459a2dbe7b37 (diff) | |
download | plyr-6ff1e4734168d79f26696209fb2c6e9dd478dcaa.tar.lz plyr-6ff1e4734168d79f26696209fb2c6e9dd478dcaa.tar.xz plyr-6ff1e4734168d79f26696209fb2c6e9dd478dcaa.zip |
Merge branch 'master' of https://github.com/Selz/plyr
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ A simple, accessible and customizable HTML5, YouTube and Vimeo media player. [Checkout the demo](https://plyr.io) -[](https://plyr.io) +[](https://plyr.io) ## Why? We wanted a lightweight, accessible and customizable media player that supports [*modern*](#browser-support) browsers. Sure, there are many other players out there but we wanted to keep things simple, using the right elements for the job. @@ -21,8 +21,8 @@ We wanted a lightweight, accessible and customizable media player that supports - **[Fullscreen](#fullscreen)** - supports native fullscreen with fallback to "full window" modes - **i18n support** - support for internationalization of controls - **No dependencies** - written in "vanilla" JavaScript, no jQuery required -- **SASS and LESS provided** - If you like _these_ over plain CSS -- **[Streaming](#streaming)** - Support for hls.js, Shaka and dash.js streaming playback +- **SASS and LESS source** - to include in your build process +- **[Streaming](#streaming)** - support for hls.js, Shaka and dash.js streaming playback Oh and yes, it works with Bootstrap. |