diff options
author | Sam Potts <sam@potts.es> | 2018-03-22 09:10:50 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 09:10:50 +1100 |
commit | e872ce3f77e9cab669ed5604df8013916c419685 (patch) | |
tree | 120ae997efd5b941da064493ce9197144449cc53 | |
parent | b77756da04c2dbb3d665cc26724dfe455c5fc068 (diff) | |
download | plyr-e872ce3f77e9cab669ed5604df8013916c419685.tar.lz plyr-e872ce3f77e9cab669ed5604df8013916c419685.tar.xz plyr-e872ce3f77e9cab669ed5604df8013916c419685.zip |
Update readme.md
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,10 @@ A simple, lightweight, accessible and customizable HTML5, YouTube and Vimeo medi * **[Events](#events)** - no messing around with Vimeo and YouTube APIs, all events are standardized across formats * **[Fullscreen](#fullscreen)** - supports native fullscreen with fallback to "full window" modes * **[Shortcuts](#shortcuts)** - supports keyboard shortcuts +* **Picture-in-Picture** - supports Safari's picture-in-picture mode +* **Playsinline** - supports the `playsinline` attribute +* **Speed controls** - adjust speed on the fly +* **Multiple captions** - support for multiple caption tracks * **i18n support** - support for internationalization of controls * **No dependencies** - written in "vanilla" ES6 JavaScript, no jQuery required * **SASS** - to include in your build processes |