mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
.
This commit is contained in:
parent
a9fcb28b1b
commit
c8a008a526
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user