mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
feat: Check if this is an embed player (disable next video and autoplay features)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user