You are here

collageformatter-collage-image.html.twig in Collage Formatter 8

<div class="collageformatter-collage-image-wrapper {% if image_wrapper_class %} {{ image_wrapper_class | join(' ') }} {% endif %}"
     style="{{ image_wrapper_style }}">
  <div class="collageformatter-collage-image"
       style="{{ image_style }}">
    {{ image | raw }}
  </div>
</div>

File

templates/collageformatter-collage-image.html.twig
View source
  1. <div class="collageformatter-collage-image-wrapper {% if image_wrapper_class %} {{ image_wrapper_class | join(' ') }} {% endif %}"
  2. style="{{ image_wrapper_style }}">
  3. <div class="collageformatter-collage-image"
  4. style="{{ image_style }}">
  5. {{ image | raw }}
  6. </div>
  7. </div>