{% if module.section_background_image.src %}{% set sizeAttrs = 'width="" height=""' %}{% if module.section_background_image.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif module.section_background_image.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="100%" height="auto" style="max-width: px; max-height: px"' %}{% endif %}<img src="" alt="">{% endif %}