mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +01:00
qwq
This commit is contained in:
parent
74beee01b6
commit
bbfc6d4254
1 changed files with 5 additions and 3 deletions
|
@ -311,7 +311,10 @@
|
|||
<div class="video-player-container">
|
||||
|
||||
|
||||
<video class="player video-ambient-container" id="<%=sha384(video.id)%>" style="border-radius: 16px; " autoplay controls
|
||||
<video class="player video-ambient-container" id="<%=sha384(video.id)%>" style="border-radius: 16px;
|
||||
box-sizing: border-box;
|
||||
min-width: 100%;
|
||||
display: block;" autoplay controls
|
||||
|
||||
poster="https://p.poketube.fun/https://i.ytimg.com/vi/<%=video.id%>/maxresdefault.jpg?v=607ddcd4">
|
||||
|
||||
|
@ -353,7 +356,7 @@
|
|||
</video>
|
||||
|
||||
<img src="https://t.poketube.fun/t/rep.gif?video=<%=btoa(video.id)%>" style="border:0;width: 0;visibility: hidden;" id="video">
|
||||
<div style="display: flex;justify-content: center;align-items: center;flex-direction: row; column-gap: 3px;" align="center">
|
||||
<div style="display: flex;justify-content: center;align-items: center;flex-direction: row; column-gap: 3px;margin-top: -1em;" align="center">
|
||||
|
||||
<% if (!qua) { %>
|
||||
|
||||
|
@ -2349,7 +2352,6 @@ More Epic options owo~
|
|||
}
|
||||
}
|
||||
// @license-end
|
||||
|
||||
</script>
|
||||
<% if (!optout) { %>
|
||||
<!-- MORE INFO :https://poketube.fun/privacy -->
|
||||
|
|
Loading…
Reference in a new issue