We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7650dd9 commit 18eee38Copy full SHA for 18eee38
1 file changed
src/components/Media/Media.tsx
@@ -55,6 +55,8 @@ export function Media({ className, image, style, title }: Props) {
55
sizes={`(max-width: 992px) 800px, (max-width: 576px) 400px, 1200px`}
56
style={style}
57
title={title}
58
+ loading="lazy"
59
+ decoding="async"
60
/>
61
);
62
}
0 commit comments