diff options
author | Sam Potts <sam@selz.com> | 2015-07-21 12:30:41 +1000 |
---|---|---|
committer | Sam Potts <sam@selz.com> | 2015-07-21 12:30:41 +1000 |
commit | 52eaf62b581e154f00e2db6e43bbd12107eeaf91 (patch) | |
tree | 9a37ad65767b4d917a3574e2835ff3ee3b9ba1c1 | |
parent | 8d43f412ac2df1b9e311aa9876d64b61078a0159 (diff) | |
download | plyr-52eaf62b581e154f00e2db6e43bbd12107eeaf91.tar.lz plyr-52eaf62b581e154f00e2db6e43bbd12107eeaf91.tar.xz plyr-52eaf62b581e154f00e2db6e43bbd12107eeaf91.zip |
Update readme.md
-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. |