Skip to content

Commit 838b034

Browse files
committed
JS-355: Video image should be shown while video is loading in fullscreen
- Code view
1 parent 6b89e54 commit 838b034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ProductVideo/view/frontend/web/js/load-player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ define(['jquery', 'jquery/ui'], function ($) {
336336

337337
// Froogaloop throws error without a registered ready event
338338
this._player.addEvent('ready', function (id) {
339-
$('#'+id).closest('.fotorama-video-container').find('img').hide();
339+
$('#' + id).closest('.fotorama-video-container').find('img').hide();
340340
});
341341
},
342342

0 commit comments

Comments
 (0)