Holy crap, it's really coming together. Video embedded with no real issues, consulted almighty Gemini for help there

This commit is contained in:
2026-07-31 18:25:33 -04:00
parent 697666e432
commit 6731b4ba6b
30 changed files with 403 additions and 124 deletions
+6
View File
@@ -0,0 +1,6 @@
<div class="video-container" style="text-align: center; margin: 20px 0;">
<video controls preload="metadata" width="{{ .Get "width" | default "100%" }}" style="max-width: 100%; height: auto; border-radius: 4px;">
<source src="{{ .Get "src" }}" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>