You are here

inline-responsive-image.html.twig in Inline responsive images 8

Same filename and directory in other branches
  1. 7 templates/inline-responsive-image.html.twig
<span{{ attributes.addClass('tokenImage') }}>
  {{ image }}
  {% if caption %}
  <span class="caption">{{ caption }}</span>
  {% endif %}
</span>

File

templates/inline-responsive-image.html.twig
View source
  1. <span{{ attributes.addClass('tokenImage') }}>
  2. {{ image }}
  3. {% if caption %}
  4. <span class="caption">{{ caption }}</span>
  5. {% endif %}
  6. </span>