Skip to content

Commit b9a176f

Browse files
committed
[FIX] warning on fullwidth x width conflict
1 parent fc50a30 commit b9a176f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function Carousel() {
1616
gatsbyImageData(
1717
width: 500,
1818
placeholder: BLURRED,
19-
layout: FULL_WIDTH
19+
layout: CONSTRAINED
2020
)
2121
}
2222
id

0 commit comments

Comments
 (0)