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 }}" <img src="{{ $Permalink }}"
width="{{ $Width }}" width="{{ $Width }}"
height="{{ $Height }}" height="{{ $Height }}">
loading="lazy">
{{ else }} {{ else }}
<img src="{{ $image.permalink }}" loading="lazy" /> <img src="{{ $image.permalink }}" />
{{ end }} {{ end }}
</div> </div>
{{ end }} {{ end }}