Is it possible to attach to responsive images alt text without creating sample-image.jpg.meta.yaml?
TWIG
{% for image in page.media.images %}
<img class="" {{ image.sizes('80vw').html() }}>
{% endfor %}
combine
TWIG
alt="{{ page.parent.title }} | {{ page.title }}"
Thanks.