reconnect

This commit is contained in:
Nasir Anthony Montalvo
2026-01-26 02:25:43 -06:00
parent 6609527c97
commit 0a854da998
135 changed files with 8792 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{% comment %}
Adds html video element with source given in object_location.
Sizing is controlled using Bootstrap "ratio" styles.
{%- endcomment -%}
<div class="ratio ratio-16x9">
<video {% if page.image_small %}poster="{{ page.image_small | relative_url }}" {% endif %}preload="metadata" controls>
<source src="{{ page.object_location | relative_url }}">
Your browser does not support the video tag. Please <a href="{{ page.object_location | relative_url }}">download the video file</a>.
</video>
</div>