Skip to content

Commit 0b21f1e

Browse files
author
Volodymyr Zaets
committed
MAGETWO-45064: Video preview is visible under video player
1 parent f99f9de commit 0b21f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ define([
600600
return;
601601
}
602602

603-
if (!videoPreview.is('visible')) {
603+
if (!videoPreview.is(':visible')) {
604604
videoPreview.show();
605605
}
606606

0 commit comments

Comments
 (0)