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 }}" <video autoplay muted loop controls>
loading="lazy" <source src="{{ index .Params 0 }}" type="video/mp4">
sandbox="allow-same-origin allow-scripts allow-popups" Video not supported
allowfullscreen frameborder="0" </video>
title="Embedded Video">
</iframe>