From ca344b0e15abae345b7159bdeae4719c7e8215bd Mon Sep 17 00:00:00 2001 From: Timo Date: Mon, 19 Feb 2024 20:05:09 +0100 Subject: [PATCH] lazy loading carousel --- resources/html/default/templates/imagestemplate.html | 2 +- resources/html/default/templates/imageswithannotemplate.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/html/default/templates/imagestemplate.html b/resources/html/default/templates/imagestemplate.html index 7bc253d6d..8bba9bd01 100644 --- a/resources/html/default/templates/imagestemplate.html +++ b/resources/html/default/templates/imagestemplate.html @@ -1,3 +1,3 @@
-{{image}} +{{image}}
\ No newline at end of file diff --git a/resources/html/default/templates/imageswithannotemplate.html b/resources/html/default/templates/imageswithannotemplate.html index 82757f701..6d047c7e2 100644 --- a/resources/html/default/templates/imageswithannotemplate.html +++ b/resources/html/default/templates/imageswithannotemplate.html @@ -1,4 +1,4 @@
-{{image}} +{{image}} {{svganno}}
\ No newline at end of file