From 052e426810d504a01beb05c8bb34f83e190a0679 Mon Sep 17 00:00:00 2001 From: Christian Gambardella Date: Thu, 24 Jan 2019 12:07:01 +0100 Subject: 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. --- demo/src/js/demo.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demo/src') 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 -- cgit v1.2.3