Experiment with synchronous image decoding

This commit is contained in:
Maciej Pędzich 2023-09-18 11:49:52 +02:00
parent 47788e4ff5
commit 3b7ae01c13

View File

@ -16,7 +16,7 @@ const { cat } = Astro.props;
src={cat.data.image.src}
alt={cat.data.image.alt}
loading="lazy"
decoding="async"
decoding="sync"
width="350"
height="250"
/>