Skip to content

Commit c07e63d

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

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
@@ -113,7 +113,7 @@ export const GalleryImage = ({
113113
master={asset.url}
114114
width={width}
115115
height={height}
116-
loading="lazy"
116+
loading="eager"
117117
/>
118118
)}
119119
{renderingTarget === 'Web' && !isUndefined(image.position) && (

0 commit comments

Comments
 (0)