Afbeeldingen 'above the fold' met normale prioriteit laden om layout-shift te voorkomen
This commit is contained in:
parent
1e4b8b5701
commit
e74c873b3b
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
{{- end }}
|
||||
{{ $img := imageConfig (add "/static" (.image | safeURL)) }}
|
||||
|
||||
<img src="{{ .image | safeURL }}" alt="{{ .alt }}" loading="lazy" decoding="async" width="{{ $img.Width }}" height="{{ $img.Height }}">
|
||||
<img src="{{ .image | safeURL }}" alt="{{ .alt }}"{{ if not .above_the_fold }} loading="lazy"{{ end }} decoding="async" width="{{ $img.Width }}" height="{{ $img.Height }}">
|
||||
</picture>
|
||||
{{ if .figcaption }}
|
||||
<figcaption>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue