diff options
Diffstat (limited to 'demo/src')
-rw-r--r-- | demo/src/js/demo.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index 1723fcbc..58dc092c 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -65,6 +65,12 @@ 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 |