mirror of
https://codeberg.org/ashley/poke.git
synced 2024-12-25 20:28:40 +01:00
.
This commit is contained in:
parent
a9fcb28b1b
commit
c8a008a526
1 changed files with 4 additions and 3 deletions
|
@ -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 a new issue