<img class="media_image" srcset="https://images.fastspot.com/vcuarts/1024x1024/1 1024w, https://images.fastspot.com/vcuarts/768x768/1 740w, https://images.fastspot.com/vcuarts/300x300/1 300w" src="https://images.fastspot.com/vcuarts/300x300/1" alt="" loading="lazy" width="300" height="300">
{#
	{% include '@partial-image--no-crop' with {
		class: 'media',
		alt: '',
		image: '1',
		loading: 'lazy'
	} %}
#}
<img class="{{ class }}_image" srcset="https://images.fastspot.com/{{ config.images }}/1024x1024/{{ image }} 1024w, https://images.fastspot.com/{{ config.images }}/768x768/{{ image }} 740w, https://images.fastspot.com/{{ config.images }}/300x300/{{ image }} 300w"{% if sizes %} sizes="{% for size in sizes %}{{ size }}{% if not loop.last %}, {% endif %}{% endfor %}" {% endif %}src="https://images.fastspot.com/vcuarts/300x300/{{ image }}" alt="{{ alt }}" loading="{{ loading ?: 'lazy' }}" width="300" height="300">

No notes defined.