{% for item in module.quote_box %}{% inline_text field="quote" 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="" height="" style="max-width: 100%; height: auto;"' %}{% endif %}{% set loadingAttr = item.photo.loading!= 'disabled' ? 'loading=""':'' %}<img src="" alt="">{% endif %}{% if item.client_logo.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.client_logo.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.client_logo.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% endif %}{% set loadingAttr = item.client_logo.loading!= 'disabled' ? 'loading=""':'' %}<img src="" alt="">{% endif %}{% inline_text field="testimonial_name" value="" %}{% inline_text field="testimonial_title" value="" %}{% endfor %}