diff --git a/lib/web/magnifier/magnify.js b/lib/web/magnifier/magnify.js index 7eca4c93dfb15..1e5073d5766b0 100644 --- a/lib/web/magnifier/magnify.js +++ b/lib/web/magnifier/magnify.js @@ -905,7 +905,6 @@ define([ resetVars($(fullscreenImageSelector)); magnifierFullscreen(fotorama); mousewheel(e, fotorama, element); - showArrows(fotorama); if ($prevImage) { calculateMinSize($prevImage); @@ -913,6 +912,7 @@ define([ } toggleStandartNavigation(); + showArrows(fotorama); }) .on('fotorama:load', function (e, fotorama) { if ($(gallerySelector).data('fotorama').fullScreen) {