Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Theme override for an image using a specific image style. Chris@0: * Chris@0: * Available variables: Chris@0: * - attributes: HTML attributes for the image, including the following: Chris@0: * - src: Full URL or relative path to the image file. Chris@0: * - class: One or more classes to be applied to the image. Chris@0: * - width: The width of the image (if known). Chris@0: * - height: The height of the image (if known). Chris@0: * - title: The title of the image. Chris@0: * - alt: The alternative text for the image. Chris@0: * Chris@0: * @see template_preprocess_image_style() Chris@0: */ Chris@0: #} Chris@0: {{ image }}