Files
blog/templates/shortcodes/video.html
2024-03-31 00:15:01 +03:00

8 lines
202 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>