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');