From 0a6d16e7c87baea1175e15c3388ee5475480bec7 Mon Sep 17 00:00:00 2001 From: 0xb0ba Date: Tue, 27 Oct 2015 16:14:54 +0500 Subject: [PATCH] [+] FullScreen in SlideShow --- js/slideshowcontrols.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/slideshowcontrols.js b/js/slideshowcontrols.js index 3dead6e2e9..11b1c39e1b 100644 --- a/js/slideshowcontrols.js +++ b/js/slideshowcontrols.js @@ -288,9 +288,11 @@ if (this.playing === true) { this.playing = false; this._clearTimeout(); + this.zoomablePreview._fullScreenExit(); } else { this.playing = true; this._setTimeout(); + this.zoomablePreview._fullScreenStart(); } this.container.find('.play, .pause').toggleClass('hidden');