Skip to content

Commit efbb1d6

Browse files
ENGCOM-6440: Allow autoplay for vimeo thumb click #25262
- Merge Pull Request #25262 from philkun/magento2:patch-1 - Merged commits: 1. 296a090
2 parents 902d74d + 296a090 commit efbb1d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ define([
344344
.attr('mozallowfullscreen', '')
345345
.attr('allowfullscreen', '')
346346
.attr('referrerPolicy', 'origin')
347+
.attr('allow', 'autoplay')
347348
);
348349
this._player = window.$f(this.element.children(':first')[0]);
349350

0 commit comments

Comments
 (0)