@@ -8,194 +9,141 @@
class="storytelling__image"
data-index="1"
>
-
+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll1", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll2", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll3", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll4", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll5", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll6", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll7", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll8", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll9", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll10", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll11", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll12", "", 753, 900)
+ }}
+
-

+ {{
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll13", "", 753, 900)
+ }}
diff --git a/web/app/themes/haiku-atelier-2024/views/macros/images.twig b/web/app/themes/haiku-atelier-2024/views/macros/images.twig
new file mode 100644
index 00000000..c4820fda
--- /dev/null
+++ b/web/app/themes/haiku-atelier-2024/views/macros/images.twig
@@ -0,0 +1,25 @@
+{% macro genere_source_img_multi_formats(rel_url, alt="", width, height) %}
+
+
+
+
+
+
+
+{% endmacro %}