Try to disable lazy load

stack-3.26.0
FlintyLemming 2022-10-22 10:10:25 +08:00
parent 05fba3abb6
commit 219414de85
1 changed files with 2 additions and 3 deletions

View File

@ -34,10 +34,9 @@
<img src="{{ $Permalink }}"
width="{{ $Width }}"
height="{{ $Height }}"
loading="lazy">
height="{{ $Height }}">
{{ else }}
<img src="{{ $image.permalink }}" loading="lazy" />
<img src="{{ $image.permalink }}" />
{{ end }}
</div>
{{ end }}