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