fancyload-8.x-1.8/templates/fancyload-image.html.twig
templates/fancyload-image.html.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{{ attributes }} />
{% if old_attributes %}
<noscript>
<img{{ old_attributes }} />
</noscript>
{% endif %}
