Do not exit of fullscreen mode on slideshow pause for toggleFullscreenOnSlideshow

This commit is contained in:
Hadi Nategh 2015-02-06 11:35:49 +00:00
parent 0836c6a520
commit 303b10377f
3 changed files with 3 additions and 4 deletions

View File

@ -304,7 +304,7 @@ function expose (widget)
//Hide controls when the slideshow is playing
hideControlsOnSlideshow: true,
//Request fullscreen on slide show
toggleFullscreenOnSlideShow:false,
toggleFullscreenOnSlideShow:true,
// The transition speed for automatic slide changes, set to an integer
// greater 0 to override the default transition speed:
slideshowTransitionSpeed: undefined,

View File

@ -1142,7 +1142,6 @@
if (this.options.toggleFullscreenOnSlideShow) this.requestFullScreen(this.container[0]);
} else {
this.pause();
if (this.options.toggleFullscreenOnSlideShow) this.exitFullScreen();
}
},

File diff suppressed because one or more lines are too long