diff --git a/src/components/ImageBlurFallback.tsx b/src/components/ImageBlurFallback.tsx index e807d84c..1fd44dee 100644 --- a/src/components/ImageBlurFallback.tsx +++ b/src/components/ImageBlurFallback.tsx @@ -78,7 +78,6 @@ export default function ImageBlurFallback(props: ImageProps) { ...rest, ref: imgRef, priority, - layout: 'responsive', className: imageClassName, onLoad: () => setIsLoading(false), onError: () => setDidError(true), diff --git a/src/components/ImageLarge.tsx b/src/components/ImageLarge.tsx index 927fb64e..44a82bce 100644 --- a/src/components/ImageLarge.tsx +++ b/src/components/ImageLarge.tsx @@ -28,6 +28,7 @@ export default function ImageLarge({ className, src, alt, + layout: 'responsive', priority, blurDataURL: blurData, width: IMAGE_LARGE_WIDTH,