{% for item in module.testimonial_list %}{% inline_text field="heading" value="" %}{% inline_text field="quote" value="" %}{% inline_rich_text field="author_details" value="" %}{% if item.photo.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.photo.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.photo.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="100%" height="auto" style="max-width: px; max-height: px"' %}{% endif %}<img src="" alt="">{% endif %}{% endfor %}