diff --git a/public/js/app.js b/public/js/app.js index 5c941cf..7e4f27d 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -499,10 +499,12 @@ function initFotorama(selector, data){ startindex: 0 }).on('fotorama:fullscreenenter', function (e, fotorama) { fotorama.setOptions({ + captions: false, nav: 'dots' }); }).on('fotorama:fullscreenexit', function (e, fotorama) { fotorama.setOptions({ + captions: true, nav: 'thumbs' }); });