aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2016-02-05 00:02:24 +1100
committerSam Potts <sam@selz.com>2016-02-05 00:02:24 +1100
commita9126a4c822a5ee5926984b0766e7bfb0f502f97 (patch)
tree82c94e1f8789cf161db9734c683171e1d52f383f
parent6b70c4b49abbfbfb23aaa6681e261be24a4de3f2 (diff)
downloadplyr-a9126a4c822a5ee5926984b0766e7bfb0f502f97.tar.lz
plyr-a9126a4c822a5ee5926984b0766e7bfb0f502f97.tar.xz
plyr-a9126a4c822a5ee5926984b0766e7bfb0f502f97.zip
Update readme.md
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index d756d09d..6fce6c35 100644
--- a/readme.md
+++ b/readme.md
@@ -249,6 +249,12 @@ Options must be passed as an object to the `setup()` method as above.
<td>Display debugging information on what Plyr is doing.</td>
</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>
<td><code>seekTime</code></td>
<td>Number</td>
<td><code>10</code></td>