1
Fork 0
This commit is contained in:
nin0dev 2024-07-31 12:20:50 -04:00
parent a9fcb28b1b
commit c8a008a526

View file

@ -1156,10 +1156,11 @@ Offical Discord Server! :3
<% if (!qua) { %> <% if (!qua) { %>
<video <video
id="my-video" id="my-video"
class="video-js" class="video-js player video-ambient-container"
style="width:720px;"
controls controls
autoplay autoplay
style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;"
preload="auto" preload="auto"
data-setup="{}" data-setup="{}"
> >
@ -2249,7 +2250,7 @@ const init = () => {
//fixes a issue where firefox/chromium fails to load the ambinet mode and doesnt load it. - please dont remove this line lmao //fixes a issue where firefox/chromium fails to load the ambinet mode and doesnt load it. - please dont remove this line lmao
//video.pause();video.play(); video.pause();video.play();
// DO NOT REMOVE // DO NOT REMOVE