Compare commits

...

4 Commits

Author SHA1 Message Date
e0562752ea Merge pull request #795 from frogg/patch-1
Added link that explains Webkit's autoplay blocker
2018-03-10 23:29:22 +11:00
e6db374a72 Added link that explains Webkit's autoplay blocker 2018-02-24 16:19:55 +01:00
ab7f277a1b Merge pull request #769 from redxtech/add-vue-plyr-to-readme
Add vue-plyr to readme
2018-02-06 10:51:42 +11:00
d5a1a7ca1c Add vue-plyr to readme 2018-01-28 23:03:05 -07:00

View File

@ -66,6 +66,9 @@ Created and maintained by Dominik Pschenitschni ([@dpschen](https://github.com/d
### [React](https://github.com/xDae/react-plyr)
Created and maintained by Jose Miguel Bejarano ([@xDae](https://github.com/xDae))
### [Vue](https://github.com/redxtech/vue-plyr)
Created and maintained by Gabe Dunn ([@redxtech](https://github.com/redxtech))
## Using package managers
You can grab the source using one of the following package managers.
@ -305,7 +308,7 @@ Note the single quotes encapsulating the JSON and double quotes on the object ke
<td><code>autoplay</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>Autoplay the media on load. This is generally advised against on UX grounds. It is also disabled on iOS (an Apple limitation).</td>
<td>Autoplay the media on load. This is generally advised against on UX grounds. It is also disabled on <a href="https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/">iOS and macOS</a> (an Apple limitation).</td>
</tr>
<tr>
<td><code>seekTime</code></td>