Update readme.md

This commit is contained in:
Sam Potts 2016-02-05 00:02:24 +11:00
parent 6b70c4b49a
commit a9126a4c82

View File

@ -248,6 +248,12 @@ Options must be passed as an object to the `setup()` method as above.
<td><code>false</code></td> <td><code>false</code></td>
<td>Display debugging information on what Plyr is doing.</td> <td>Display debugging information on what Plyr is doing.</td>
</tr> </tr>
<tr>
<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>
</tr>
<tr> <tr>
<td><code>seekTime</code></td> <td><code>seekTime</code></td>
<td>Number</td> <td>Number</td>