aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2017-11-04 22:14:55 +1100
committerGitHub <noreply@github.com>2017-11-04 22:14:55 +1100
commitbe4b5ef4dbcf64b7e62fc30b9ee21c51b8b8daf5 (patch)
treebd5f6d536ea8aced78af2949aa63c9bf41aff994 /readme.md
parent55c5b8b07e21f0b0b42b1860a5a11fd60b967901 (diff)
parenta924d406201a2de8a7f090c2a432165fb1e84cae (diff)
downloadplyr-be4b5ef4dbcf64b7e62fc30b9ee21c51b8b8daf5.tar.lz
plyr-be4b5ef4dbcf64b7e62fc30b9ee21c51b8b8daf5.tar.xz
plyr-be4b5ef4dbcf64b7e62fc30b9ee21c51b8b8daf5.zip
Merge branch 'master' into master
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index a3aa6298..6acf8c3f 100644
--- a/readme.md
+++ b/readme.md
@@ -5,7 +5,7 @@ A simple, accessible and customizable HTML5, YouTube and Vimeo media player.
[Checkout the demo](https://plyr.io)
-[![Image of Plyr](https://cdn.selz.com/plyr/plyr_v1.8.9.png)](https://plyr.io)
+[![Image of Plyr](https://cdn.plyr.io/static/demo/screenshot.png)](https://plyr.io)
## Why?
We wanted a lightweight, accessible and customizable media player that supports [*modern*](#browser-support) browsers. Sure, there are many other players out there but we wanted to keep things simple, using the right elements for the job.
@@ -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.13/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.13/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.13/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