{% for item in module.add_four_column_module %}{% if item.add_column_bg_image.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.add_column_bg_image.size_type == 'auto' %}{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}{% elif item.add_column_bg_image.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="100%" height="auto" style="max-width: px; max-height: px"' %}{% endif %}{% endif %}{% inline_rich_text field="add_column_description_text" value="" %}{% endfor %}