mirror of
https://github.com/safing/web
synced 2025-04-08 21:19:09 +00:00
Fix for lower res images
This commit is contained in:
parent
a1acdf78dc
commit
b5976a47aa
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<video style="padding-bottom: 1rem;" src="{{ page.video_source }}" controls poster="{{ site.img_url }}thumbnails/video/{{ page.custom_thumbnail_name }}.png" style="object-fit: cover; border-radius: 12px;"></video>
|
||||
<video style="padding-bottom: 1rem;" src="{{ page.video_source }}" controls poster="{{ site.img_url }}thumbnails/video/{{ page.custom_thumbnail_name }}.png" style="width: 100%; object-fit: cover; border-radius: 12px;"></video>
|
||||
{% unless page.youtube_hash == null %}
|
||||
<p class="text-center">or watch on <a href="https://youtu.be/{{ page.youtube_hash }}">YouTube</a> or <a href="https://invidious.snopyta.org/{{ page.youtube_hash }}">Invidious</a></p>
|
||||
{% endunless %}
|
||||
|
|
Loading…
Add table
Reference in a new issue