Skip to content

Commit 4386f8d

Browse files
committed
MAGETWO-62404: Product image does not displays on Product detail page
1 parent 53a4af4 commit 4386f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/gallery/gallery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ define([
301301
mainImageIndex = getMainImageIndex(config.data);
302302

303303
if (mainImageIndex) {
304-
this.settings.fotoramaApi.show(mainImageIndex);
304+
this.settings.fotoramaApi.show({index: mainImageIndex, time: 0});
305305
}
306306
},
307307

0 commit comments

Comments
 (0)