Allow floating images to start/end of a paragraph
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
<video class="
|
||||
{% if full %}full{% endif %}
|
||||
{% if start %}start{% endif %}
|
||||
{% if end %}end{% endif %}
|
||||
{% if pixels %}pixels{% endif %}
|
||||
{% if transparent %}transparent{% endif %}
|
||||
"
|
||||
{%- if alt -%}alt="{{alt}}"{%- endif -%}
|
||||
controls src="{{url}}"></video>
|
||||
{%- if alt -%}alt="{{ alt }}"{%- endif -%}
|
||||
controls src="{{ url }}"></video>
|
||||
|
Reference in New Issue
Block a user