forked from FlintyLemming/MitseaBlog
Revert "Try to disable lazy load"
This reverts commit 219414de85dc778ffd987319a31c29c9dfd80440.
This commit is contained in:
parent
219414de85
commit
1366ded07d
@ -34,9 +34,10 @@
|
|||||||
|
|
||||||
<img src="{{ $Permalink }}"
|
<img src="{{ $Permalink }}"
|
||||||
width="{{ $Width }}"
|
width="{{ $Width }}"
|
||||||
height="{{ $Height }}">
|
height="{{ $Height }}"
|
||||||
|
loading="lazy">
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<img src="{{ $image.permalink }}" />
|
<img src="{{ $image.permalink }}" loading="lazy" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user