Set an explicit width and height on image
This commit is contained in:
@ -63,6 +63,8 @@ const {
|
|||||||
widths={[400, 768]}
|
widths={[400, 768]}
|
||||||
sizes="(max-width: 768px) 100vw, 432px"
|
sizes="(max-width: 768px) 100vw, 432px"
|
||||||
aspectRatio="432:768"
|
aspectRatio="432:768"
|
||||||
|
width={432}
|
||||||
|
height={768}
|
||||||
{...image}
|
{...image}
|
||||||
/>
|
/>
|
||||||
))
|
))
|
||||||
|
Reference in New Issue
Block a user