diff options
author | Sam Potts <sam@selz.com> | 2015-07-20 23:09:57 +1000 |
---|---|---|
committer | Sam Potts <sam@selz.com> | 2015-07-20 23:09:57 +1000 |
commit | a12485d10f12fd5537ebaebebbfb768aae8d24a9 (patch) | |
tree | 834cdbb9524bf54ee0eebf9b395b331c28282b50 | |
parent | 4695bbf48370b0238cecef88dfee9195f7312414 (diff) | |
download | plyr-a12485d10f12fd5537ebaebebbfb768aae8d24a9.tar.lz plyr-a12485d10f12fd5537ebaebebbfb768aae8d24a9.tar.xz plyr-a12485d10f12fd5537ebaebebbfb768aae8d24a9.zip |
Update readme.md
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ We wanted a lightweight, accessible and customisable media player that just supp - **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. - **Audio & Video** - support for both formats. -- **[Embed](#embed)** - support for YouTube (Vimeo soon). +- **[Embedded Video](#embeds)** - support for YouTube (Vimeo soon). - **[API](#api)** - toggle playback, volume, seeking, and more. - **[Fullscreen](#fullscreen)** - supports native fullscreen with fallback to "full window" modes. - **No dependencies** - written in vanilla JavaScript, no jQuery required. |