Version 1
[yaffs-website] / web / core / themes / classy / templates / field / image-style.html.twig
1 {#
2 /**
3  * @file
4  * Theme override for an image using a specific image style.
5  *
6  * Available variables:
7  * - attributes: HTML attributes for the image, including the following:
8  *   - src: Full URL or relative path to the image file.
9  *   - class: One or more classes to be applied to the image.
10  *   - width: The width of the image (if known).
11  *   - height: The height of the image (if known).
12  *   - title: The title of the image.
13  *   - alt: The alternative text for the image.
14  *
15  * @see template_preprocess_image_style()
16  */
17 #}
18 {{ image }}