Skip to content

Commit 7f528ec

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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();

0 commit comments

Comments
 (0)