Description
This issue is automatically created based on existing pull request: #33407: Vimeo video play issue after clicking play icon
Description (*)
Vimeo video does't play video after clicking play button on video thumbnail of product page. Instead it shows another play icon in iframe.
It needs 3 clicks to play a vimeo video.
1 - Click on Video icon on left panel.
2 - Click play icon on thumbnail.
3 - Then Click on another play icon.
Expected Result:
It plays vimeo video when we click on play button.
Advance browsers like FireFox, Chrome and Safari are now blocking video autoplay by default. Chrome auto play policy https://developers.google.com/web/updates/2017/09/autoplay-policy-changes.
To fix this issue i added muted=1 in iframe url. After adding muted=1 it plays video by clicking play icon one time.
Related Pull Requests
Manual testing scenarios (*)
- ... Open product page.
- ... Select video from gallary.
- ... Click on play button.
- ... It plays vimeo video.
Questions or comments
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- All automated tests passed successfully (all builds are green)