File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/ProductVideo/view/frontend/web/js Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ define([
558
558
}
559
559
560
560
if ( this . isFullscreen && this . fotoramaItem . data ( 'fotorama' ) . activeFrame . i === number ) {
561
- this . fotoramaItem . data ( 'fotorama' ) . activeFrame . $stageFrame [ 0 ] . trigger ( 'click' ) ;
561
+ this . fotoramaItem . data ( 'fotorama' ) . activeFrame . $stageFrame . trigger ( 'click' ) ;
562
562
}
563
563
} ,
564
564
@@ -700,7 +700,7 @@ define([
700
700
if ( activeIndexIsBase && number === 1 && $ ( window ) . width ( ) > this . MobileMaxWidth ) {
701
701
setTimeout ( $ . proxy ( function ( ) {
702
702
fotorama . requestFullScreen ( ) ;
703
- this . fotoramaItem . data ( 'fotorama' ) . activeFrame . $stageFrame [ 0 ] . trigger ( 'click' ) ;
703
+ this . fotoramaItem . data ( 'fotorama' ) . activeFrame . $stageFrame . trigger ( 'click' ) ;
704
704
this . Base = false ;
705
705
} , this ) , 50 ) ;
706
706
}
You can’t perform that action at this time.
0 commit comments