<span class="lazy_image_wrapper media_image_wrapper">
<picture class="media_picture">
<source media="(min-width: 500px)" srcset="../../../images/placeholder.png" data-srcset="https://images.fastspot.com/mdot-zero-deaths-md/740x416/1">
<source media="(min-width: 1200px)" srcset="../../../images/placeholder.png" data-srcset="https://images.fastspot.com/mdot-zero-deaths-md/980x552/1">
<img class="js-lazy js-lazyload media_image" src="../../../images/placeholder.png" data-src="https://images.fastspot.com/mdot-zero-deaths-md/500x282/1" alt="">
</picture>
</span>
<noscript>
<picture class="media_picture">
<source media="(min-width: 500px)" srcset="https://images.fastspot.com/mdot-zero-deaths-md/740x416/1">
<source media="(min-width: 1200px)" srcset="https://images.fastspot.com/mdot-zero-deaths-md/980x552/1">
<img class="media_image" src="https://images.fastspot.com/mdot-zero-deaths-md/500x282/1" alt="">
</picture>
</noscript>
<span class="lazy_image_wrapper {{ class }}_image_wrapper">
<picture class="{{ class }}_picture">
{% for key, source in sources|reverse %}
<source media="(min-width: {{ key }})" srcset="../../../images/placeholder.png" data-srcset="{% if source == "placeholder" %}../images/placeholder.png{% else %}https://images.fastspot.com/{{ config.images }}/{{ source.width }}x{{ source.height }}/{{ image }}{% endif %}">
{% endfor %}
<img class="js-lazy js-lazyload {{ class }}_image" src="../../../images/placeholder.png" data-src="https://images.fastspot.com/{{ config.images }}/{{ default.width }}x{{ default.height }}/{{ image }}" alt="{{ alt }}"{% if itemprop %} itemprop="{{ itemprop }}"{% endif %}>
</picture>
</span>
<noscript>
<picture class="{{ class }}_picture">
{% for key, source in sources|reverse %}
<source media="(min-width: {{ key }})" srcset="https://images.fastspot.com/{{ config.images }}/{{ source.width }}x{{ source.height }}/{{ image }}">
{% endfor %}
<img class="{{ class }}_image" src="https://images.fastspot.com/{{ config.images }}/{{ default.width }}x{{ default.height }}/{{ image }}" alt="{{ alt }}"{% if itemprop %} itemprop="{{ itemprop }}"{% endif %}>
</picture>
</noscript>
No notes defined.