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.

Command icon 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:

Comments

KevinVb created an issue. See original summary.

kevinvb’s picture

Following patch adds 'mute' to the query with TRUE / FALSE depending on the autoplay option. Which enables autoplay.

himanshu_jhaloya made their first commit to this issue’s fork.

himanshu_jhaloya’s picture

Assigned: Unassigned » himanshu_jhaloya

himanshu_jhaloya’s picture

Assigned: himanshu_jhaloya » Unassigned
Status: Active » Needs review
bobi-mel’s picture

Status: Needs review » Reviewed & tested by the community

The patch #2 works well.

nicxvan changed the visibility of the branch 3325268-vimeo-video-autoplay to hidden.

nicxvan’s picture

nicxvan’s picture

Just made it match the setting.

mably made their first commit to this issue’s fork.

mably’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

nicxvan’s picture