1
Fork 0
This commit is contained in:
ashley 2024-08-01 11:12:56 +00:00
parent ef4c2af36b
commit 837e1d159f

View file

@ -766,16 +766,7 @@ background-color: #0000;
</script> </script>
<ptd-app-iconfixer> <ptd-app-iconfixer>
<script> <script>
// Preload the icon image var player = videojs('my-video');
var iconImage = new Image();
iconImage.src = "/css/yt-ukraine.svg";
// Wait for the icon image to load before showing it
iconImage.onload = function() {
var iconElement = document.querySelector('link[rel="icon"]');
iconElement.href = iconImage.src;
iconElement.type = "image/svg+xml";
};
</script> </script>
</ptd-app-iconfixer> </ptd-app-iconfixer>
<ptd-app-ejs> <ptd-app-ejs>
@ -1057,7 +1048,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;" autoplay preload> <video class="video-js player video-ambient-container" id="video" style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;" autoplay controls>
<% if (isvidious) { %> <% if (isvidious) { %>
<% if (!qua) { %> <% if (!qua) { %>
<% <%