loop animations
This commit is contained in:
parent
4e5e414844
commit
876f93bd81
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
{{ with $file }}
|
||||
{{ if $.Params.animation }}
|
||||
<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">
|
||||
</video>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue