Files
blog/templates/shortcodes/video.html
2024-01-30 21:02:45 +03:00

13 lines
294 B
HTML

<video
class="
{% if full %}full{% endif %}
{% if pixels %}pixels{% endif %}
{% if transparent %}transparent{% endif %}
{% if inline %}inline{% endif %}
{% if no_margin %}no-margin{% endif %}
"
{% if alt %}alt="{{alt}}"{% endif %}
controls
src="{{url}}">
</video>