From ab0e1d4c6cc609859bb4b97943c2dcc5c1e32cdd Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Mon, 7 Dec 2015 00:31:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D1=8F=D1=87=D1=83=20=D1=81=D1=81?= =?UTF-8?q?=D1=8B=D0=BB=D0=BA=D1=83=20=D0=BD=D0=B0=20=D0=B8=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D1=87=D0=BD=D0=B8=D0=BA=20=D0=BA=D0=B0=D1=80=D1=82=D0=B8?= =?UTF-8?q?=D0=BD=D0=BA=D0=B8=20=D0=B2=20=D0=BF=D0=BE=D0=BB=D0=BD=D0=BE?= =?UTF-8?q?=D1=8D=D0=BA=D1=80=D0=B0=D0=BD=D0=BD=D0=BE=D0=BC=20=D1=80=D0=B5?= =?UTF-8?q?=D0=B6=D0=B8=D0=BC=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/app.js | 2 ++ 1 file changed, 2 insertions(+) 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' }); });