{% if module.secci_n_3.gr_fica_2.src %}
	{% set sizeAttrs = 'width="" height=""' %}
	{% if module.secci_n_3.gr_fica_2.size_type == 'auto' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% elif module.secci_n_3.gr_fica_2.size_type == 'auto_custom_max' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% endif %}
	 {% set loadingAttr = module.secci_n_3.gr_fica_2.loading != 'disabled' ? 'loading=""' : '' %}
{% endif %}