diff options
author | Sam Potts <sam@potts.es> | 2019-01-26 17:20:18 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-26 17:20:18 +1100 |
commit | dc54eba8f8dfc79ce51fe8ca47bb0e252fccf1b4 (patch) | |
tree | 9f9e927b6ecbeba39c2a6dfc1b51b2d750b352db /demo/src | |
parent | 8b57104f8396c4110f217c854099243d8d04ae20 (diff) | |
parent | a84fc396e8a53fd595c204deff227104b0255865 (diff) | |
download | plyr-dc54eba8f8dfc79ce51fe8ca47bb0e252fccf1b4.tar.lz plyr-dc54eba8f8dfc79ce51fe8ca47bb0e252fccf1b4.tar.xz plyr-dc54eba8f8dfc79ce51fe8ca47bb0e252fccf1b4.zip |
Merge pull request #1319 from fanmio/issues/1316-allow-to-customize-vimeo-url-params
Adds options for vimeo plugin #1316
Diffstat (limited to 'demo/src')
-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 8520615a..5df96208 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 |