mirror of
https://github.com/webslides/WebSlides.git
synced 2025-09-03 01:52:47 +02:00
Building
This commit is contained in:
@@ -2262,15 +2262,15 @@ var Player = function () {
|
||||
if (this.slide.classList.contains('fullscreen')) {
|
||||
// Disabling keyboard interaction for fullscreenvideos
|
||||
vars.disablekb = 1;
|
||||
vars.showinfo = 0;
|
||||
}
|
||||
|
||||
if (typeof element.dataset.noControls !== 'undefined') {
|
||||
vars.controls = 0;
|
||||
vars.showinfo = 0;
|
||||
}
|
||||
|
||||
if (typeof element.dataset.loop !== 'undefined') {
|
||||
vars.loop = 0;
|
||||
vars.loop = 1;
|
||||
}
|
||||
|
||||
return vars;
|
||||
|
Reference in New Issue
Block a user