Link
How to use it
'Image' link
{% if link.value and image.value %}
<a target="{{ link.target }}"
href="{{ link.value }}">
<img src="{{ image.value }}" width="{{ image.width }}" height="{{ image.height }}" alt="{{ image.alt }}" decoding="{{ image.decoding }}" loading="{{ image.loading }}" srcset="{{ image.srcset }}" sizes="{{ image.sizes }}">
</a>
{% endif %}On-page link content preview
FAQs
Last updated