13 lines
294 B
HTML
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>
|