Skip to content

Commit 73dc538

Browse files
committed
MC-39759: Navigation arrow buttons not visible after video starts on product image
1 parent 63434d2 commit 73dc538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ define([
714714
}
715715

716716
$('.' + this.FTAR).addClass(this.isFullscreen ? 'fotorama__arr--shown' : 'fotorama__arr--hidden');
717+
$('.' + this.FTVC).addClass('fotorama-show-control');
717718
}
718719
},
719720

0 commit comments

Comments
 (0)