You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,13 +134,13 @@ See [initialising](#initializing) for more information on advanced setups.
134
134
You can use our CDN (provided by [Cloudflare](https://www.cloudflare.com/)) for the JavaScript. There's 2 versions; one with and one without [polyfills](#polyfills). My recommendation would be to manage polyfills separately as part of your application but to make life easier you can use the polyfilled build.
The SVG sprite is loaded automatically from our CDN (provided by [Cloudflare](https://www.cloudflare.com/)). To change this, see the [options](#options) below. For
163
-
reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/3.8.0/plyr.svg`.
163
+
reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/3.8.1/plyr.svg`.
164
164
165
165
### Self hosting
166
166
@@ -399,7 +399,7 @@ Note the single quotes encapsulating the JSON and double quotes on the object ke
399
399
|`settings`| Array |`['captions', 'quality', 'speed', 'loop']`| If the default controls are used, you can specify which settings to show in the menu |
400
400
|`i18n`| Object | See [defaults.js](/src/js/config/defaults.js)| Used for internationalization (i18n) of the text within the UI. |
401
401
|`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. |
402
-
|`iconUrl`| String |`https://cdn.plyr.io/3.8.0/plyr.svg`| Specify a URL or path to the SVG sprite. See the [SVG section](#svg) for more info. |
402
+
|`iconUrl`| String |`https://cdn.plyr.io/3.8.1/plyr.svg`| Specify a URL or path to the SVG sprite. See the [SVG section](#svg) for more info. |
403
403
|`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. |
404
404
|`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. |
405
405
|`autoplay`²| Boolean |`false`| Autoplay the media on load. If the `autoplay` attribute is present on a `<video>` or `<audio>` element, this will be automatically set to true. |
0 commit comments