{% for item in module.slides %}{% if item.image.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.image.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.image.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% endif %}{% set loadingAttr = item.image.loading!= 'disabled' ? 'loading=""':'' %}<img src="" alt="">{% endif %}{% inline_text field="header" value="" %}{% inline_rich_text field="content" value="" %}{% inline_text field="link" value="" %}{% endfor %}