diff options
author | Som Meaden <som@theprojectsomething.com> | 2020-04-04 19:56:41 +1000 |
---|---|---|
committer | Som Meaden <som@theprojectsomething.com> | 2020-04-04 19:57:38 +1000 |
commit | 11214caf77383b1848dc5f8dc07caf4dcda639fb (patch) | |
tree | 104e32f1160c24c35d993036afd9c95d3985a1d4 /demo/src | |
parent | c23b4576df7a0a6a333af7e55e659759e7a9438c (diff) | |
download | plyr-11214caf77383b1848dc5f8dc07caf4dcda639fb.tar.lz plyr-11214caf77383b1848dc5f8dc07caf4dcda639fb.tar.xz plyr-11214caf77383b1848dc5f8dc07caf4dcda639fb.zip |
revert demo
feature demo is available here: https://codepen.io/theprojectsomething/full/bGdyJmv
Diffstat (limited to 'demo/src')
-rw-r--r-- | demo/src/js/demo.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index 58dc092c..1723fcbc 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -65,12 +65,6 @@ import toggleClass from './toggle-class'; // Prevent Vimeo blocking plyr.io demo site referrerPolicy: 'no-referrer', }, - fullscreen: { - enabled: true, - fallback: true, - iosNative: false, - container: '#container', - }, }); // Expose for tinkering in the console |