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

🐛 [Story video-cache] Video cache doesn't add crossorigin attribute to video element #38222

Merged
merged 26 commits into from
May 20, 2022

Conversation

mszylkowski
Copy link
Contributor

@mszylkowski mszylkowski commented May 20, 2022

The video cache adds the crossorigin to the amp-video but propagateAttributes runs before fetchCachedSources so it never gets set on the <video> tag. This is necessary so the captions for video caches work properly.

@mszylkowski mszylkowski self-assigned this May 20, 2022
@amp-owners-bot amp-owners-bot bot requested a review from dmanek May 20, 2022 20:04
@mszylkowski mszylkowski removed the request for review from dmanek May 20, 2022 20:04
@mszylkowski mszylkowski requested a review from gmajoulet May 20, 2022 20:04
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.

3 participants