1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-08 04:59:08 +00:00
safing-web/_includes/video_wrapper.html
2022-10-18 15:54:05 +02:00

4 lines
466 B
HTML

<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 %}