mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
fix stuff :3
This commit is contained in:
parent
ed2620e44f
commit
4c00425f66
1 changed files with 2 additions and 2 deletions
|
@ -623,7 +623,7 @@ background-color: #0000;
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
const video = videojs('video', {
|
const video = videojs('video', {
|
||||||
controls: true,
|
controls: true,
|
||||||
autoplay: true,
|
autoplay: false,
|
||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
plugins: {
|
plugins: {
|
||||||
hotkeys: {
|
hotkeys: {
|
||||||
|
@ -1103,7 +1103,7 @@ Offical Discord Server! :3
|
||||||
<% } %>
|
<% } %>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
<video class="video-js player video-ambient-container" id="video" style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;" preload onerror="showErrorCard(event)">
|
<video poster="<%- media_proxy_url %>/proxy?url=https://i.ytimg.com/vi/<%= inv_vid.videoId %>/sqdefault.jpg" class="video-js player video-ambient-container" id="video" style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;" preload onerror="showErrorCard(event)">
|
||||||
<% if (isvidious) { %>
|
<% if (isvidious) { %>
|
||||||
<% if (!qua) { %>
|
<% if (!qua) { %>
|
||||||
<%
|
<%
|
||||||
|
|
Loading…
Reference in a new issue