You are here

imagefield-zoom.html.twig in Image Field Zoom 8

imagefield-zoom.html.twig Default theme implementation to present images for the imagefield_zoom

Available variables:

  • images: Formatted images based on the field formatter options that were set.

File

templates/imagefield-zoom.html.twig
View source
  1. {#
  2. /**
  3. * @file imagefield-zoom.html.twig
  4. * Default theme implementation to present images for the imagefield_zoom
  5. *
  6. * Available variables:
  7. * - images: Formatted images based on the field formatter options that were set.
  8. *
  9. */
  10. #}
  11. <div class="image-zoom-container">{{ images }}</div>