diff options
author | Sam Potts <sam@selz.com> | 2017-11-04 22:14:55 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 22:14:55 +1100 |
commit | be4b5ef4dbcf64b7e62fc30b9ee21c51b8b8daf5 (patch) | |
tree | bd5f6d536ea8aced78af2949aa63c9bf41aff994 /readme.md | |
parent | 55c5b8b07e21f0b0b42b1860a5a11fd60b967901 (diff) | |
parent | a924d406201a2de8a7f090c2a432165fb1e84cae (diff) | |
download | plyr-be4b5ef4dbcf64b7e62fc30b9ee21c51b8b8daf5.tar.lz plyr-be4b5ef4dbcf64b7e62fc30b9ee21c51b8b8daf5.tar.xz plyr-be4b5ef4dbcf64b7e62fc30b9ee21c51b8b8daf5.zip |
Merge branch 'master' into master
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,7 +5,7 @@ A simple, accessible and customizable HTML5, YouTube and Vimeo media player. [Checkout the demo](https://plyr.io) -[](https://plyr.io) +[](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 |