templates/bundles/ToolboxBundle/toolbox/tailwind/image/partial/single.html.twig line 1

Open in your IDE?
  1. {% if editmode %}
  2.     {{ pimcore_image('ci', { 'class' : class}) }}
  3. {% else %}
  4.     {% if pimcore_image('ci').thumbnail(toolbox_get_image_thumbnail('image_element')) is not empty %}
  5.         {{ pimcore_image('ci').thumbnail(toolbox_get_image_thumbnail('image_element')).html({'class':class})|raw }}
  6.     {% endif %}
  7. {% endif %}