mirror of
https://github.com/maciejpedzich/cats-album.git
synced 2024-11-27 14:25:47 +01:00
Experiment with synchronous image decoding
This commit is contained in:
parent
47788e4ff5
commit
3b7ae01c13
@ -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"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user