16 lines
324 B
Twig
16 lines
324 B
Twig
|
{#
|
||
|
/**
|
||
|
* @file
|
||
|
* Default theme implementation of an image.
|
||
|
*
|
||
|
* Available variables:
|
||
|
* - attributes: HTML attributes for the img tag.
|
||
|
* - style_name: (optional) The name of the image style applied.
|
||
|
*
|
||
|
* @see template_preprocess_image()
|
||
|
*
|
||
|
* @ingroup themeable
|
||
|
*/
|
||
|
#}
|
||
|
<img class="lightbox-trigger" {{ attributes }} />
|