mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-17 15:11:52 +00:00
Small perf improvement for images
This commit is contained in:
parent
0e328c46b2
commit
9f6cc395aa
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
srcset="{{ $cover.Permalink }} 1x, {{ $cover2x.Permalink }} 2x"
|
||||
alt="{{ .Title }} album's cover'"
|
||||
title="{{ .Title }} album's cover'"
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue