Skip to content

Commit 8c1744d

Browse files
committed
#AC-7870::Product Video is not getting played on StoreFront-updated fotorama lib
1 parent e3e436c commit 8c1744d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web/fotorama/fotorama.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,6 +1219,7 @@ fotoramaVersion = '4.6.4';
12191219
}
12201220

12211221
function stopEvent(e, stopPropagation) {
1222+
e.preventDefault ? e.preventDefault() : (e.returnValue = false);
12221223
stopPropagation && e.stopPropagation && e.stopPropagation();
12231224
}
12241225

0 commit comments

Comments
 (0)