aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-11-14 13:22:05 +1100
committerSam Potts <sam@potts.es>2020-11-14 13:22:05 +1100
commit2d4686a5f3d1214142f7a76a4535b10dadf36069 (patch)
treef0b43d508f6e3efd9e833bd4f029083974a09938 /demo/src/js
parent31861bd475b3663ddcaa277dccabcdbc95fd8bf1 (diff)
downloadplyr-2d4686a5f3d1214142f7a76a4535b10dadf36069.tar.lz
plyr-2d4686a5f3d1214142f7a76a4535b10dadf36069.tar.xz
plyr-2d4686a5f3d1214142f7a76a4535b10dadf36069.zip
chore: revert customControls default option (to prevent breaking change)
Diffstat (limited to 'demo/src/js')
-rw-r--r--demo/src/js/demo.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js
index 94ad1de7..1101fd97 100644
--- a/demo/src/js/demo.js
+++ b/demo/src/js/demo.js
@@ -62,13 +62,9 @@ import toggleClass from './toggle-class';
src: ['https://cdn.plyr.io/static/demo/thumbs/100p.vtt', 'https://cdn.plyr.io/static/demo/thumbs/240p.vtt'],
},
vimeo: {
- customControls: true,
// Prevent Vimeo blocking plyr.io demo site
referrerPolicy: 'no-referrer',
},
- youtube: {
- customControls: true,
- },
});
// Expose for tinkering in the console