Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(video): Adding support for muted, autoplay and loop - Media container adding autoplay video option - FRONT-4600 #3603

Merged
merged 12 commits into from
Sep 17, 2024

Conversation

planctus
Copy link
Contributor

@planctus planctus commented Sep 4, 2024

No description provided.

Copy link

github-actions bot commented Sep 4, 2024

@github-actions github-actions bot temporarily deployed to pull request September 4, 2024 13:27 Inactive
@planctus planctus marked this pull request as ready for review September 4, 2024 13:47
@github-actions github-actions bot temporarily deployed to pull request September 4, 2024 13:57 Inactive
extra_classes: video_classes,
extra_attributes: video_attributes,
extra_attributes: video.attributes|default([])|merge([{ name: 'data-ecl-banner-video' }]),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be _video.extra_attributes?

...args,
autoplay: false,
muted: false,
loop: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea of COMM here is to have a single control that would toggle the different video options: autoplay, muted, loop and controls.
We should keep the parameter in the video, as you have them, but just expose one control in the media container (either we have a normal video player, or we have an autoplay video like on the banner)

@github-actions github-actions bot temporarily deployed to pull request September 11, 2024 08:06 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 11, 2024 14:59 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 12, 2024 09:22 Inactive
@planctus planctus changed the title feat(video): Adding support for muted, autoplay and loop - FRONT-4600 feat(): Video - Adding support for muted, autoplay and loop - Media container adding decorative video option - FRONT-4600 Sep 12, 2024
@github-actions github-actions bot temporarily deployed to pull request September 16, 2024 07:08 Inactive
@planctus planctus changed the title feat(): Video - Adding support for muted, autoplay and loop - Media container adding decorative video option - FRONT-4600 feat(): Video - Adding support for muted, autoplay and loop - Media container adding autoplay video option - FRONT-4600 Sep 16, 2024
@github-actions github-actions bot temporarily deployed to pull request September 16, 2024 09:36 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 16, 2024 11:17 Inactive
@emeryro emeryro changed the title feat(): Video - Adding support for muted, autoplay and loop - Media container adding autoplay video option - FRONT-4600 feat(video): Adding support for muted, autoplay and loop - Media container adding autoplay video option - FRONT-4600 Sep 17, 2024
@github-actions github-actions bot temporarily deployed to pull request September 17, 2024 07:31 Inactive
@emeryro emeryro merged commit dcdc7e6 into v4-dev Sep 17, 2024
7 checks passed
@emeryro emeryro deleted the FRONT-4600-video-autoplay branch September 17, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants