Improve look of video art

This commit is contained in:
Joshua Goins 2023-04-17 16:43:21 -04:00
parent dc7aa05822
commit 832a52f681

View file

@ -11,7 +11,7 @@
{{ else }}
{{ if $.Params.animation }}
<div style="text-align: center;">
<video controls>
<video class="gallery-img" controls>
<source src="{{ .RelPermalink }}" type="video/webm">
</video>
</div>