forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-28 16:55:10 +02:00
parent 89150935b6
commit f70d10a3ee
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
<img alt="post thumnail" loading="lazy" src="{{p.thumb_url}}" class="post-img">
</a>
{% elif p.is_video %}
<a href="javascript:void(0)" onclick="document.getElementById('video-{{p.id}}').classList.toggle('d-none');document.getElementById('video2-{{p.id}}').pause()">
<a href="javascript:void(0)" onclick="document.getElementById('video-{{p.id}}').classList.toggle('d-none');document.getElementById('video2-{{p.id}}').toggle()">
<img alt="post thumnail" loading="lazy" src="{{p.thumb_url}}" class="post-img">
</a>
{% elif p.is_youtube %}