diff options
author | Sam Potts <sam@potts.es> | 2018-08-13 23:01:38 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-08-13 23:01:38 +1000 |
commit | 1d0db89194cf7a395b849ac544d41b677266d737 (patch) | |
tree | 4cefbe518199136b83ad225e390ea1da9795d01e | |
parent | 297f297d181b694446e04f653da694660e9971b4 (diff) | |
download | plyr-1d0db89194cf7a395b849ac544d41b677266d737.tar.lz plyr-1d0db89194cf7a395b849ac544d41b677266d737.tar.xz plyr-1d0db89194cf7a395b849ac544d41b677266d737.zip |
Update wrong reference in docs
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -290,7 +290,7 @@ Note the single quotes encapsulating the JSON and double quotes on the object ke | `loadSprite` | Boolean | `true` | Load the SVG sprite specified as the `iconUrl` option (if a URL). If `false`, it is assumed you are handling sprite loading yourself. | | `iconUrl` | String | `null` | Specify a URL or path to the SVG sprite. See the [SVG section](#svg) for more info. | | `iconPrefix` | String | `plyr` | 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. | -| `blankUrl` | String | `https://cdn.plyr.io/static/blank.mp4` | Specify a URL or path to a blank video file used to properly cancel network requests. | +| `blankVideo` | String | `https://cdn.plyr.io/static/blank.mp4` | Specify a URL or path to a blank video file used to properly cancel network requests. | | `autoplay` | Boolean | `false` | Autoplay the media on load. This is generally advised against on UX grounds. It is also disabled by default in some browsers. If the `autoplay` attribute is present on a `<video>` or `<audio>` element, this will be automatically set to true. | | `autopause`¹ | Boolean | `true` | Only allow one player playing at once. | | `seekTime` | Number | `10` | The time, in seconds, to seek when a user hits fast forward or rewind. | |