| 123456789101112 |
- <figure class="psr {% if not block_last %}bdb-gray {% endif %}{% if img_hide %} dn md-db{% endif %}">
- <img src="{{ url_for('static', path='/images/cache/' + block.url) | to_srcset('product', block.info.width, doc.meta.path, size=2, size_attr=False) }}"
- srcset="{{ url_for('static', path='/images/cache/' + block.url) | to_srcset('product', block.info.width, doc.meta.path) }}"
- sizes="(max-width: 759px) 100vw, 50vw"
- alt="{{ block.url }}"
- width="{{ block.info.width }}"
- height="{{ block.info.height }}"
- >
- {% if block.caption %}
- <figcaption class="psa b0 l0 fs-big pt0-5 pr0-5 pb0-5 pl0-5 bgc-blackest">{{ block.caption }}</figcaption>
- {% endif %}
- </figure>
|