clan-homepage/templates/shortcodes/video.html
Luis-Hebendanz 820513c08b
All checks were successful
check / test (push) Successful in 15s
deploy / test (push) Successful in 15s
Fix autoplay not working on chrome. Automatic terminal theme change on browser theme change
2024-03-19 12:52:49 +07:00

7 lines
246 B
HTML

<div {% if class %}class="{{ class }}"{% endif %}>
<video loop muted autoplay id="{{name}}">
<source src={{ get_url(path="videos/" ~ name) }} type="video/webm">
Your browser does not support the video tag.
</video>
</div>