diff options
author | Sam Potts <sam@selz.com> | 2015-07-22 11:36:35 +1000 |
---|---|---|
committer | Sam Potts <sam@selz.com> | 2015-07-22 11:36:35 +1000 |
commit | 67191c2a759b6f7b1a8c106c84881662bd681cbf (patch) | |
tree | f26f32f9f568f40ab4d85df7e802ae4b0440992c | |
parent | 8ba4522b3e19d2da09f565d82dc422d5d1d44cc2 (diff) | |
parent | 52eaf62b581e154f00e2db6e43bbd12107eeaf91 (diff) | |
download | plyr-67191c2a759b6f7b1a8c106c84881662bd681cbf.tar.lz plyr-67191c2a759b6f7b1a8c106c84881662bd681cbf.tar.xz plyr-67191c2a759b6f7b1a8c106c84881662bd681cbf.zip |
Merge branch 'master' of github.com:selz/plyr
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ We wanted a lightweight, accessible and customisable media player that just supp ## Features - **Accessible** - full support for captions and screen readers. -- **Lightweight** - just 6.4KB minified and gzipped. +- **Lightweight** - just 7.5KB minified and gzipped. - **[Customisable](#html)** - make the player look how you want with the markup you want. - **Semantic** - uses the *right* elements. `<input type="range">` for volume and `<progress>` for progress and well, `<button>`s for buttons. There's no `<span>` or `<a href="#">` button hacks. - **Responsive** - as you'd expect these days. |