1
0
Fork 0
mirror of https://github.com/GuerillaStudio/vanillalist.git synced 2024-10-22 09:27:30 +00:00

Small perf improvement for images

This commit is contained in:
Tixie 2022-04-07 17:30:19 +02:00
parent a31cf435bb
commit 9b1eb474d0

View file

@ -32,7 +32,7 @@ module.exports = function (plugin) {
srcset="${plugin.imagePng.image616} 2x"
width="308" height="195"
style="background-image: url(data:image/png;base64,${plugin.bg});"
loading="lazy">
loading="lazy" decoding="async">
</picture>
</a>
<h2 class="plugin__name">${plugin.title}</h2>