Get rid of the anchor tag in image shortcode
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
<a href="{{url}}">
|
|
||||||
<img class="
|
<img class="
|
||||||
{% if full %}full{% endif %}
|
{% if full %}full{% endif %}
|
||||||
{% if pixels %}pixels{% endif %}
|
{% if pixels %}pixels{% endif %}
|
||||||
@ -7,4 +6,3 @@
|
|||||||
"
|
"
|
||||||
{% if alt %}alt="{{alt}}"{% endif %}
|
{% if alt %}alt="{{alt}}"{% endif %}
|
||||||
src="{% if url_min %}{{url_min}}{% else %}{{url}}{% endif %}" />
|
src="{% if url_min %}{{url_min}}{% else %}{{url}}{% endif %}" />
|
||||||
</a>
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
<video
|
<video class="
|
||||||
class="
|
|
||||||
{% if full %}full{% endif %}
|
{% if full %}full{% endif %}
|
||||||
{% if pixels %}pixels{% endif %}
|
{% if pixels %}pixels{% endif %}
|
||||||
{% if transparent %}transparent{% endif %}
|
{% if transparent %}transparent{% endif %}
|
||||||
"
|
"
|
||||||
{% if alt %}alt="{{alt}}"{% endif %}
|
{% if alt %}alt="{{alt}}"{% endif %}
|
||||||
controls src="{{url}}">
|
controls src="{{url}}"></video>
|
||||||
</video>
|
|
||||||
|
Reference in New Issue
Block a user