diff options
author | Christian Gambardella <christian.gambardella@gmail.com> | 2019-01-24 12:07:01 +0100 |
---|---|---|
committer | Christian Gambardella <christian.gambardella@gmail.com> | 2019-01-24 12:07:01 +0100 |
commit | 052e426810d504a01beb05c8bb34f83e190a0679 (patch) | |
tree | 34a4917f9441cf5f8584b12382d0b2736bad6dac /demo/src/js/demo.js | |
parent | c577eb01cea0cb2c742a8cbd10909f63b869cd4e (diff) | |
download | plyr-052e426810d504a01beb05c8bb34f83e190a0679.tar.lz plyr-052e426810d504a01beb05c8bb34f83e190a0679.tar.xz plyr-052e426810d504a01beb05c8bb34f83e190a0679.zip |
Adds options for vimeo plugin #1316
This adds replaces hard coded vimeo options with options that can be passed to the Plyr instance when initializing.
Diffstat (limited to 'demo/src/js/demo.js')
-rw-r--r-- | demo/src/js/demo.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index e4dabde6..7cc22434 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -85,6 +85,9 @@ import Raven from 'raven-js'; 'https://cdn.plyr.io/static/demo/thumbs/240p.vtt', ], }, + vimeo: { + transparent: true, + }, }); // Expose for tinkering in the console |