aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/config/defaults.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-04-19 16:51:31 +1000
committerGitHub <noreply@github.com>2020-04-19 16:51:31 +1000
commit6f1366bd198e52ea17ead09c0e593572c2f846db (patch)
tree6247f6a1438697f156f91e3435daa1ddc59a36fe /src/js/config/defaults.js
parentad63af5096e014785bd22eac24bc8030c0dc70d6 (diff)
parent353e19e746d5f44c0a04b6dd6571b8fb97da073d (diff)
downloadplyr-6f1366bd198e52ea17ead09c0e593572c2f846db.tar.lz
plyr-6f1366bd198e52ea17ead09c0e593572c2f846db.tar.xz
plyr-6f1366bd198e52ea17ead09c0e593572c2f846db.zip
Merge pull request #1759 from theprojectsomething/features/fullscreen-container
Features/fullscreen container
Diffstat (limited to 'src/js/config/defaults.js')
-rw-r--r--src/js/config/defaults.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/js/config/defaults.js b/src/js/config/defaults.js
index c299a3c9..31ae6983 100644
--- a/src/js/config/defaults.js
+++ b/src/js/config/defaults.js
@@ -115,6 +115,9 @@ const defaults = {
enabled: true, // Allow fullscreen?
fallback: true, // Fallback using full viewport/window
iosNative: false, // Use the native fullscreen in iOS (disables custom controls)
+ // Selector for the fullscreen container so contextual / non-player content can remain visible in fullscreen mode
+ // Non-ancestors of the player element will be ignored
+ // container: null, // defaults to the player element
},
// Local storage