Skip to content

Commit 942885b

Browse files
committed
Use eager loading for gallery images
1 parent 6d17f77 commit 942885b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/GalleryImage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const GalleryImage = ({
102102
alt={image.data.alt ?? ''}
103103
width={width}
104104
height={height}
105-
loading={'lazy'}
105+
loading={'eager'}
106106
/>
107107
</Island>
108108
) : (

0 commit comments

Comments
 (0)