Skip to content

Commit 7091284

Browse files
committed
MC-40817: Unable to open fullscreen video using mobile browsers
1 parent 2e2af0a commit 7091284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/web/fotorama/fotorama.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3739,7 +3739,8 @@ fotoramaVersion = '4.6.4';
37393739
}
37403740

37413741
activeIndexes = [];
3742-
detachFrames(STAGE_FRAME_KEY);
3742+
3743+
// detachFrames(STAGE_FRAME_KEY);
37433744

37443745
reset.ok = true;
37453746

0 commit comments

Comments
 (0)