From 9a52725ebd932cb4490afcae14c0df7c9e28f796 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Sun, 23 Jun 2024 01:52:52 +0200 Subject: [PATCH] IMPR: don't lazy load first slider el --- templates/Includes/SlideItem_media.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Includes/SlideItem_media.ss b/templates/Includes/SlideItem_media.ss index 03a75ca..88ab16f 100755 --- a/templates/Includes/SlideItem_media.ss +++ b/templates/Includes/SlideItem_media.ss @@ -12,7 +12,7 @@ <% if $Image || $ImageURL %> loading="lazy"<% end_if %> src="<% if $ImageURL %>$ImageURL<% else %>$Image.FocusFill($SlideWidth,$SlideHeight).URL<% end_if %>" alt="<% if $Headline %>$Headline.XML<% end_if %>" width="1920"