aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Hodge <samuel.hodge@live.com>2017-02-11 23:59:14 -0500
committerGitHub <noreply@github.com>2017-02-11 23:59:14 -0500
commit82809235b91814a3c5cb6116b7384d3c3e070f98 (patch)
tree9b6ed70b3a002cd768dd35505e7c5ebf2d7a8bea
parent7d5c507f16733a1789e540dcab612226e5bf1d32 (diff)
downloadplyr-82809235b91814a3c5cb6116b7384d3c3e070f98.tar.lz
plyr-82809235b91814a3c5cb6116b7384d3c3e070f98.tar.xz
plyr-82809235b91814a3c5cb6116b7384d3c3e070f98.zip
Documented the blankUrl option
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index c2fdb83d..c301b22a 100644
--- a/readme.md
+++ b/readme.md
@@ -287,6 +287,12 @@ Note the single quotes encapsulating the JSON and double quotes on the object ke
<td>Specify the id prefix for the icons used in the default controls (e.g. "plyr-play" would be "plyr"). This is to prevent clashes if you're using your own SVG sprite but with the default controls. Most people can ignore this option.</td>
</tr>
<tr>
+ <td><code>blankUrl</code></td>
+ <td>String</td>
+ <td><code>https://cdn.selz.com/plyr/blank.mp4</code></td>
+ <td>Specify a URL or path to a blank video file used to properly cancel network requests. See <a href="https://github.com/Selz/plyr/issues/174">issue #174</a> for more info.</td>
+ </tr>
+ <tr>
<td><code>debug</code></td>
<td>Boolean</td>
<td><code>false</code></td>