Try to disable lazy load

This commit is contained in:
FlintyLemming 2022-10-22 10:10:25 +08:00
parent 05fba3abb6
commit 219414de85

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 }}