{% for item in module.alternative_group %}{% inline_rich_text field="title" value="" %}{% inline_rich_text field="content" value="" %}{% cta guid="" %}{% 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 %}{% endfor %}