fix(site): add missing slot="media" to HTML demo video elements (#867)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-03-10 13:55:20 -05:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 669694ab20
commit 0bc84d2cf1
23 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function generateHTMLCode(skin: Skin): string {
<video-player>
<${skinTag}>
<video src="${VJS10_DEMO_VIDEO.mp4}"></video>
<video slot="media" src="${VJS10_DEMO_VIDEO.mp4}"></video>
</${skinTag}>
</video-player>`;
}