feat: Add a method to support player in the same page (e.g. for the embed page)

This commit is contained in:
Yiannis Christodoulou
2025-09-18 11:15:26 +03:00
parent e780ffd5f9
commit 5066f60c00
5 changed files with 29 additions and 14 deletions
+3 -1
View File
@@ -7,7 +7,9 @@
<title>VideoJS</title>
</head>
<body>
<div id="video-js-root"></div>
<div id="video-js-root-main"></div>
<div id="video-js-root-embed"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>