Use sea theme just to get rid of that upper left hand corner play button
This commit is contained in:
@@ -15,6 +15,10 @@
|
|||||||
<script src="vendor/autolink.js"></script>
|
<script src="vendor/autolink.js"></script>
|
||||||
<link href="./styles/layout.css" rel="stylesheet" />
|
<link href="./styles/layout.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
<link
|
||||||
|
href="https://unpkg.com/@videojs/themes@1/dist/sea/index.css"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -53,11 +57,12 @@
|
|||||||
|
|
||||||
<div id="video-container" class="flex shadow-md owncast-video-container">
|
<div id="video-container" class="flex shadow-md owncast-video-container">
|
||||||
<video
|
<video
|
||||||
class="video-js"
|
class="video-js vjs-theme-sea"
|
||||||
id="video"
|
id="video"
|
||||||
preload="auto"
|
preload="auto"
|
||||||
controls
|
controls
|
||||||
autoplay
|
autoplay
|
||||||
|
playsinline
|
||||||
muted
|
muted
|
||||||
poster="https://goth.land/thumbnail.png"
|
poster="https://goth.land/thumbnail.png"
|
||||||
data-setup='{}'
|
data-setup='{}'
|
||||||
|
|||||||
Reference in New Issue
Block a user