Skip to content
Snippets Groups Projects

Issue #3519104: Template not rendered if cloned

Open Yannick requested to merge issue/image_sizes-3519104:3519104-template-not-rendered into 4.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@
{% apply spaceless %}
{% set responsive_image %}
<responsive-img{{ item_attributes }}>
<template shadowrootmode="open">
<template>
<img{{ image_attributes }}>
{% if placeholder_attributes|length %}
<img{{ placeholder_attributes }}>
Loading