We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1226bd commit 21a700fCopy full SHA for 21a700f
app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js
@@ -700,7 +700,7 @@ define([
700
if (activeIndexIsBase && number === 1 && $(window).width() > this.MobileMaxWidth) {
701
setTimeout($.proxy(function () {
702
fotorama.requestFullScreen();
703
- this.fotoramaItem.data('fotorama').activeFrame.$stageFrame[0].trigger('click');
+ this.fotoramaItem.data('fotorama').activeFrame.$stageFrame.trigger('click');
704
this.Base = false;
705
}, this), 50);
706
}
0 commit comments