Skip to content

Commit e0fe669

Browse files
committed
Merge branch 'ACP2E-7' of https://github.com/magento-l3/magento2ce into L3-PR-20211001
2 parents a21f81d + d453122 commit e0fe669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/web/fotorama/fotorama.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3184,10 +3184,10 @@ fotoramaVersion = '4.6.4';
31843184
fullScreenApi.request(fotorama);
31853185
}
31863186

3187-
that.resize();
31883187
loadImg(activeIndexes, 'stage');
31893188
updateFotoramaState();
31903189
triggerEvent('fullscreenenter');
3190+
that.resize();
31913191

31923192
if (!('ontouchstart' in window)) {
31933193
$fullscreenIcon.focus();

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)