diff options
author | Sam Potts <sam@potts.es> | 2020-02-10 11:25:48 +0000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-02-10 11:25:48 +0000 |
commit | ea350f9d1ded176979b4a8a9a7bf9a66e8ae9a53 (patch) | |
tree | 956092463a93aece762e031b92462e2ecd356292 /demo | |
parent | eda192639d3eda9f93528c3fe4ad862161479828 (diff) | |
download | plyr-ea350f9d1ded176979b4a8a9a7bf9a66e8ae9a53.tar.lz plyr-ea350f9d1ded176979b4a8a9a7bf9a66e8ae9a53.tar.xz plyr-ea350f9d1ded176979b4a8a9a7bf9a66e8ae9a53.zip |
Update demo video
Diffstat (limited to 'demo')
-rw-r--r-- | demo/index.html | 3 | ||||
-rw-r--r-- | demo/src/js/sources.js | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/demo/index.html b/demo/index.html index 3242f40c..de7c41df 100644 --- a/demo/index.html +++ b/demo/index.html @@ -233,7 +233,8 @@ </li> <li class="plyr__cite plyr__cite--vimeo" hidden> <small> - <a href="https://vimeo.com/76979871" target="_blank">The New Vimeo Player</a> on + <a href="https://vimeo.com/40648169" target="_blank">Toob “Wavaphon” Music Video</a> + on <span class="color--vimeo"> <svg class="icon" role="presentation"> <title>Vimeo</title> diff --git a/demo/src/js/sources.js b/demo/src/js/sources.js index 77cbd407..f0ec3515 100644 --- a/demo/src/js/sources.js +++ b/demo/src/js/sources.js @@ -68,7 +68,7 @@ const sources = { type: 'video', sources: [ { - src: 'https://vimeo.com/383514704', + src: 'https://vimeo.com/40648169', provider: 'vimeo', }, ], |