Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Theme override to display a preview of an image style. Chris@0: * Chris@0: * Available variables: Chris@0: * - style_id: The ID of the image style. Chris@0: * - style_name: The name of the image style. Chris@0: * - cache_bypass: A timestamp token used to avoid browser caching of images. Chris@0: * - original: An associative array containing: Chris@0: * - url: The URL of the original image. Chris@0: * - width: The width in pixels of the original image. Chris@0: * - height: The height in pixels of the original image. Chris@0: * - rendered: The render array for the original image. Chris@0: * - derivative: An associative array containing: Chris@0: * - url: The URL of the derivative image. Chris@0: * - width: The width in pixels of the derivative image. Chris@0: * - height: The height in pixels of the derivative image. Chris@0: * - rendered: The rendered derivative image. Chris@0: * - preview: An associative array containing: Chris@0: * - original: An associative array containing: Chris@0: * - width: The width in pixels of the original image in the preview. Chris@0: * - height: The height in pixels of the original image in the preview. Chris@0: * - derivative: An associative array containing: Chris@0: * - width: The width in pixels of the derivative image in the preview. Chris@0: * - height: The height in pixels of the derivative image in the preview. Chris@0: * Chris@0: * @see template_preprocess_image_style_preview() Chris@0: */ Chris@0: #} Chris@0: