Displaying Link field
Last updated
{% 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 %}<iframe src="{{ link.value }}" width="100%" height="600px"></iframe>