progressive_image_loading-8.x-1.x-dev/templates/image--progressive-image-loading.html.twig
templates/image--progressive-image-loading.html.twig
{#
/**
* @file
* Default theme implementation of a Progressive Image Loading image.
*
* Available variables:
* - attributes: HTML attributes for the img tag.
* - style_name: (optional) The name of the image style applied.
*
* @see progressive_image_loading_preprocess_image()
*
* @ingroup themeable
*/
#}
<img{{ attributes }} />
