Skip to content

Commit 93db0c8

Browse files
committed
MAGETWO-45130: Gallery can't be easily opened in a Full-screen mode
1 parent 7425a34 commit 93db0c8

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
@@ -386,7 +386,7 @@ define([
386386
currentItem = thumbs.eq(t);
387387

388388
if (fotorama.options.nav === 'dots' && currentItem.hasClass(iconClass)) {
389-
currentItem.removeCLass(iconClass)
389+
currentItem.removeClass(iconClass);
390390
}
391391

392392
if (tmpVideoData.mediaType === this.VID && fotorama.options.nav === 'thumbs') {

0 commit comments

Comments
 (0)