Skip to content

Commit 143f5f9

Browse files
committed
ACP2E-7: Image is shrinking in Mobile device
1 parent 7f528ec commit 143f5f9

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
@@ -484,7 +484,7 @@ define([
484484
configuration.breakpoints = null;
485485

486486
if (!isInternal) {
487-
!_.isEqual(settings.activeBreakpoint, {} && settings.brekpoints) ?
487+
!_.isEqual(settings.activeBreakpoint, {} && settings.breakpoints) ?
488488
$.extend(true, settings.activeBreakpoint.options, configuration) :
489489

490490
settings.isFullscreen ?

0 commit comments

Comments
 (0)