fix video lol

This commit is contained in:
Oliver 2025-01-02 21:21:19 -07:00
parent b6c50c6ccc
commit 86e8cb3182

View File

@ -1,6 +1,4 @@
<iframe src="{{ index .Params 0 }}"
loading="lazy"
sandbox="allow-same-origin allow-scripts allow-popups"
allowfullscreen frameborder="0"
title="Embedded Video">
</iframe>
<video autoplay muted loop controls>
<source src="{{ index .Params 0 }}" type="video/mp4">
Video not supported
</video>