🐛 Don't lazy load prominent images

Fixes: #591
This commit is contained in:
James Panther
2023-09-10 10:38:54 +10:00
parent 743104db52
commit f34a827cea
4 changed files with 5 additions and 16 deletions
-3
View File
@@ -31,9 +31,6 @@
{{ end }}
{{ end }}
alt="{{ $.Params.featureAlt | default $.Params.coverAlt | default "" }}"
{{ if $.Site.Params.enableImageLazyLoading | default true }}
loading="lazy"
{{ end }}
/>
{{ with $.Params.coverCaption }}
<figcaption class="mb-6 -mt-3 text-center">{{ . | markdownify }}</figcaption>