mirror of
https://github.com/a2nt/silverstripe-elemental-basics.git
synced 2024-10-22 17:05:54 +02:00
IMPR: don't lazy load first slider el
This commit is contained in:
parent
b52d7caf5e
commit
9a52725ebd
@ -12,7 +12,7 @@
|
|||||||
<% if $Image || $ImageURL %>
|
<% if $Image || $ImageURL %>
|
||||||
<span class="img">
|
<span class="img">
|
||||||
<img class="glide__img"
|
<img class="glide__img"
|
||||||
loading="lazy"
|
<% if not $IsFirst %>loading="lazy"<% end_if %>
|
||||||
src="<% if $ImageURL %>$ImageURL<% else %>$Image.FocusFill($SlideWidth,$SlideHeight).URL<% end_if %>"
|
src="<% if $ImageURL %>$ImageURL<% else %>$Image.FocusFill($SlideWidth,$SlideHeight).URL<% end_if %>"
|
||||||
alt="<% if $Headline %>$Headline.XML<% end_if %>"
|
alt="<% if $Headline %>$Headline.XML<% end_if %>"
|
||||||
width="1920"
|
width="1920"
|
||||||
|
Loading…
Reference in New Issue
Block a user