8 lines
206 B
HTML
8 lines
206 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>
|