mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
fix:(video.js) support embed functionality and ensure videos play independently on the same page
This commit is contained in:
@@ -7,14 +7,8 @@
|
||||
<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>
|
||||
|
||||
<div id="video-js-root-main" class="video-js-root-main"></div>
|
||||
<!-- <div id="video-js-root-embed"></div> -->
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user