Restrict responsive behavior to large images
This commit is contained in:
parent
42b0ead70a
commit
08b1401ce4
@ -78,7 +78,6 @@ export default function ImageBlurFallback(props: ImageProps) {
|
||||
...rest,
|
||||
ref: imgRef,
|
||||
priority,
|
||||
layout: 'responsive',
|
||||
className: imageClassName,
|
||||
onLoad: () => setIsLoading(false),
|
||||
onError: () => setDidError(true),
|
||||
|
||||
@ -28,6 +28,7 @@ export default function ImageLarge({
|
||||
className,
|
||||
src,
|
||||
alt,
|
||||
layout: 'responsive',
|
||||
priority,
|
||||
blurDataURL: blurData,
|
||||
width: IMAGE_LARGE_WIDTH,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user