more_fields-2.2.19/templates/more-fields-thumb-formatter.html.twig
templates/more-fields-thumb-formatter.html.twig
{#
/**
* @file
* Theme override to display a formatted image field.
*
* Available variables:
* - item_attributes: attributes of the image.
* - uri: Uri of the image.
*
* @see template_preprocess_more_fields_thumb_formatter()
*/
#}
<img src="{{url}}" {{item_attributes}}>
