We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b136ee commit e2f9546Copy full SHA for e2f9546
‎extensions/amp-video/0.1/video-cache.js
@@ -36,7 +36,6 @@ export function fetchCachedSources(
36
// Always set crossorigin attribute so captions can be set.
37
if (!videoEl.hasAttribute('crossorigin')) {
38
videoEl.setAttribute('crossorigin', '');
39
- videoEl.querySelector('video')?.setAttribute('crossorigin', '');
40
}
41
42
const videoSrc = videoEl.getAttribute('src');
0 commit comments