aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/js
diff options
context:
space:
mode:
authorSam <me@sampotts.me>2015-12-13 22:57:06 +1100
committerSam <me@sampotts.me>2015-12-13 22:57:06 +1100
commit30529ee4e4a02b6bd07c33370f1152d569223835 (patch)
treed2d204c132b79026e47dac4c4c5c1d47ae745cfd /docs/src/js
parentee2cdb2c9b2dd10b0e638ff45247c55276e1bc66 (diff)
downloadplyr-30529ee4e4a02b6bd07c33370f1152d569223835.tar.lz
plyr-30529ee4e4a02b6bd07c33370f1152d569223835.tar.xz
plyr-30529ee4e4a02b6bd07c33370f1152d569223835.zip
New vimeo vid
Diffstat (limited to 'docs/src/js')
-rw-r--r--docs/src/js/docs.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/js/docs.js b/docs/src/js/docs.js
index 1e3c3206..05cdf59b 100644
--- a/docs/src/js/docs.js
+++ b/docs/src/js/docs.js
@@ -44,7 +44,7 @@ shr.setup({
player.source({
type: 'video',
title: 'Bug Buck Bunny',
- sources: [{
+ sources: [{
src: 'https://cdn.selz.com/plyr/1.0/movie.mp4',
type: 'video/mp4'
},
@@ -67,7 +67,7 @@ shr.setup({
player.source({
type: 'audio',
title: '96 by Logistics',
- sources: [{
+ sources: [{
src: 'https://cdn.selz.com/plyr/1.0/logistics-96-sample.mp3',
type: 'audio/mp3'
},
@@ -89,8 +89,8 @@ shr.setup({
case 'vimeo':
player.source({
type: 'vimeo',
- title: 'Yosemite HD II',
- sources: '87701971'
+ title: 'View from a blue moon',
+ sources: '143418951'
});
break;
}