forked from extern/egroupware
Do not exit of fullscreen mode on slideshow pause for toggleFullscreenOnSlideshow
This commit is contained in:
parent
0836c6a520
commit
303b10377f
@ -304,7 +304,7 @@ function expose (widget)
|
|||||||
//Hide controls when the slideshow is playing
|
//Hide controls when the slideshow is playing
|
||||||
hideControlsOnSlideshow: true,
|
hideControlsOnSlideshow: true,
|
||||||
//Request fullscreen on slide show
|
//Request fullscreen on slide show
|
||||||
toggleFullscreenOnSlideShow:false,
|
toggleFullscreenOnSlideShow:true,
|
||||||
// The transition speed for automatic slide changes, set to an integer
|
// The transition speed for automatic slide changes, set to an integer
|
||||||
// greater 0 to override the default transition speed:
|
// greater 0 to override the default transition speed:
|
||||||
slideshowTransitionSpeed: undefined,
|
slideshowTransitionSpeed: undefined,
|
||||||
|
@ -1142,7 +1142,6 @@
|
|||||||
if (this.options.toggleFullscreenOnSlideShow) this.requestFullScreen(this.container[0]);
|
if (this.options.toggleFullscreenOnSlideShow) this.requestFullScreen(this.container[0]);
|
||||||
} else {
|
} else {
|
||||||
this.pause();
|
this.pause();
|
||||||
if (this.options.toggleFullscreenOnSlideShow) this.exitFullScreen();
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user