Compare commits
4 Commits
v3.0.0-bet
...
v2
Author | SHA1 | Date | |
---|---|---|---|
e0562752ea | |||
e6db374a72 | |||
ab7f277a1b | |||
d5a1a7ca1c |
@ -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>
|
||||
|
Reference in New Issue
Block a user