mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 08:31:55 +00:00
Small perf improvement for images
This commit is contained in:
parent
a31cf435bb
commit
9b1eb474d0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports = function (plugin) {
|
||||||
srcset="${plugin.imagePng.image616} 2x"
|
srcset="${plugin.imagePng.image616} 2x"
|
||||||
width="308" height="195"
|
width="308" height="195"
|
||||||
style="background-image: url(data:image/png;base64,${plugin.bg});"
|
style="background-image: url(data:image/png;base64,${plugin.bg});"
|
||||||
loading="lazy">
|
loading="lazy" decoding="async">
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<h2 class="plugin__name">${plugin.title}</h2>
|
<h2 class="plugin__name">${plugin.title}</h2>
|
||||||
|
|
Loading…
Reference in a new issue