Hello,
I'm starting on Grav and I don't understand how to add an ALT tag to a specific image and how to change the name and ALT of a cropZoom image.
-
I have an image named image.jpg in /user/pages/01. home/page/
-
I created an image.jpg.meta.yaml file in which I wrote
alt_text: test -
On the html. twig file side :
{% set header_image_media = page. media. images|first %}
{{ header_image_media_image_media. html () }}}}
Thank you in advance for your help!