duckquill/templates/shortcodes/video.html
2023-10-13 00:55:20 +00:00

11 lines
214 B
HTML

<video
class="
{% if full %}full{% endif %}
{% if pixels %}pixels{% endif %}
{% if transparent %}transparent{% endif %}
"
{% if alt %}alt="{{alt}}"{% endif %}
controls
src="{{url}}">
</video>