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.
2 parents f970d93 + 85cdb7b commit 0c51eddCopy full SHA for 0c51edd
app/code/Magento/ProductVideo/view/frontend/web/js/fotorama-add-video-events.js
@@ -549,7 +549,13 @@ define([
549
waitForFroogaloop = setInterval($.proxy(function () {
550
if (window.Froogaloop) {
551
clearInterval(waitForFroogaloop);
552
+ fotorama.requestFullScreen();
553
$(this.element).data('fotorama').activeFrame.$stageFrame[0].click();
554
+ $('.fotorama__fullscreen-icon').css({
555
+ opacity: '1',
556
+ visibility: 'visible',
557
+ display: 'block'
558
+ });
559
this.Base = false;
560
}
561
}, this), 50);
0 commit comments