aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-03-10 23:29:22 +1100
committerGitHub <noreply@github.com>2018-03-10 23:29:22 +1100
commite0562752eaa4553466b78fb6828d05147a0891d1 (patch)
treeaa993bab32adacd23459b3d41ff2e95f8a87e810
parentab7f277a1b3a686ef73dd69b11d6355fb21a9207 (diff)
parente6db374a72052e92bd14497d527a1da4fdd04c1f (diff)
downloadplyr-e0562752eaa4553466b78fb6828d05147a0891d1.tar.lz
plyr-e0562752eaa4553466b78fb6828d05147a0891d1.tar.xz
plyr-e0562752eaa4553466b78fb6828d05147a0891d1.zip
Merge pull request #795 from frogg/patch-1
Added link that explains Webkit's autoplay blocker
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index aeb5a647..f525b9af 100644
--- a/readme.md
+++ b/readme.md
@@ -308,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>