xxxxxxxxxx
{% for block in section.blocks %}
2
{% case block.type %}
3
{% when 'slide' %}
4
<div class="slide" {{ block.shopify_attributes }}>
5
{{ block.settings.image | image_url: width: 2048 | image_tag }}
6
</div>
7
8
{% endcase %}
9 {% endfor %}