mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +01:00
gap
This commit is contained in:
parent
ae2d9dfda7
commit
d774b43ec5
1 changed files with 3 additions and 2 deletions
|
@ -240,8 +240,9 @@ border-radius: 5px;
|
|||
<div class="video-player-container">
|
||||
<video class="player" id="<%=sha384(video.id)%>" style="border-radius: 16px;" autoplay controls src="<%=url%>" poster="https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
||||
</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: 0;" align="center">
|
||||
<% if (!qua) { %>
|
||||
<div style="display: flex;justify-content: center;align-items: center;flex-direction: row; column-gap: 3px;" align="center">
|
||||
|
||||
<% if (!qua) { %>
|
||||
|
||||
<i style="display: block;" class="fa-solid fa-high-definition"></i> <a href="/watch?v=<%=video.id%>&quality=medium"><i style="display: block;" class="fa-light fa-standard-definition"></i></a>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue