Problem/Motivation
Vimeo videos won't autoplay unless you configure sound to mute. For Youtube a issue is already provided: https://www.drupal.org/project/video_embed_field/issues/3192736
Steps to reproduce
In field display, you can configure autoplay.
Proposed resolution
When autoplay is configured the mute option should be applied accordingly.
| Comment | File | Size | Author |
|---|
Issue fork video_embed_field-3325268
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- autoplay_mute
changes, plain diff MR !23
- 3325268-vimeo-video-autoplay
compare
Comments
Comment #2
kevinvb commentedFollowing patch adds 'mute' to the query with TRUE / FALSE depending on the autoplay option. Which enables autoplay.
Comment #4
himanshu_jhaloya commentedComment #6
himanshu_jhaloya commentedComment #7
bobi-mel commentedThe patch #2 works well.
Comment #9
nicxvan commentedComment #10
nicxvan commentedJust made it match the setting.
Comment #13
mably commentedComment #16
nicxvan commented