feat: Check if this is an embed player (disable next video and autoplay features)

This commit is contained in:
Yiannis Christodoulou
2025-09-18 12:03:00 +03:00
parent 5066f60c00
commit d702689a0c
2 changed files with 32 additions and 24 deletions
+5
View File
@@ -7,7 +7,12 @@
<title>VideoJS</title>
</head>
<body>
<h1>Main Video Player</h1>
<div id="video-js-root-main"></div>
<hr />
<h1>Embed Video Player</h1>
<div id="video-js-root-embed"></div>
<script type="module" src="/src/main.jsx"></script>