diff options
-rw-r--r-- | readme.md | 6 | ||||
-rw-r--r-- | src/js/plyr.js | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -137,7 +137,7 @@ Include the `plyr.js` script before the closing `</body>` tag and then call `ply If you want to use our CDN (provided by [Fastly](https://www.fastly.com/)) for the JavaScript, you can use the following: ```html -<script src="https://cdn.plyr.io/2.0.15/plyr.js"></script> +<script src="https://cdn.plyr.io/2.0.16/plyr.js"></script> ``` ### CSS @@ -150,11 +150,11 @@ Include the `plyr.css` stylsheet into your `<head>` If you want to use our CDN (provided by [Fastly](https://www.fastly.com/)) for the default CSS, you can use the following: ```html -<link rel="stylesheet" href="https://cdn.plyr.io/2.0.15/plyr.css"> +<link rel="stylesheet" href="https://cdn.plyr.io/2.0.16/plyr.css"> ``` ### SVG Sprite -The SVG sprite is loaded automatically from our CDN (provided by [Fastly](https://www.fastly.com/)). To change this, see the [options](#options) below. For reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/2.0.15/plyr.svg`. +The SVG sprite is loaded automatically from our CDN (provided by [Fastly](https://www.fastly.com/)). To change this, see the [options](#options) below. For reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/2.0.16/plyr.svg`. ## Advanced diff --git a/src/js/plyr.js b/src/js/plyr.js index 92d2830b..4da34153 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,6 +1,6 @@ // ========================================================================== // Plyr -// plyr.js v2.0.15 +// plyr.js v2.0.16 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== @@ -44,7 +44,7 @@ displayDuration: true, loadSprite: true, iconPrefix: "plyr", - iconUrl: "https://cdn.plyr.io/2.0.15/plyr.svg", + iconUrl: "https://cdn.plyr.io/2.0.16/plyr.svg", blankUrl: "https://cdn.plyr.io/static/blank.mp4", clickToPlay: true, hideControls: true, |