loop animations

This commit is contained in:
Joshua Goins 2024-10-12 16:51:18 -04:00
parent 4e5e414844
commit 876f93bd81

View file

@ -28,7 +28,7 @@
{{ with $file }} {{ with $file }}
{{ if $.Params.animation }} {{ if $.Params.animation }}
<div style="text-align: center;"> <div style="text-align: center;">
<video style="max-width: 100%" class="gallery-img" controls> <video style="max-width: 100%" class="gallery-img" controls loop>
<source src="{{ . }}" type="video/webm"> <source src="{{ . }}" type="video/webm">
</video> </video>
</div> </div>