Remove repetitive img-alts
This commit is contained in:
parent
be015bd617
commit
2563ea0d16
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ <h1 class="d-inline">
|
|||
{% set class_active = ' active' %}
|
||||
{% endif %}
|
||||
<div class="carousel-item{{ class_active }}">
|
||||
<img alt="Bild der Slideshow zur Reitanlage." class="d-block" src="{{ media_item.resize(540, 400).quality(75).url }}">
|
||||
<img alt="" class="d-block" src="{{ media_item.resize(540, 400).quality(75).url }}">
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue