Skip to content

Commit bee0c6d

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/web/mage/gallery/gallery.js

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

303303
if (mainImageIndex) {
304-
this.settings.fotoramaApi.show({index: mainImageIndex, time: 0});
304+
this.settings.fotoramaApi.show({
305+
index: mainImageIndex,
306+
time: 0
307+
});
305308
}
306309
},
307310

0 commit comments

Comments
 (0)