Set an explicit width and height on image

This commit is contained in:
prototypa
2023-02-01 16:53:41 -05:00
parent a47d7f6fcb
commit 4f72cd4f28

View File

@ -63,6 +63,8 @@ const {
widths={[400, 768]}
sizes="(max-width: 768px) 100vw, 432px"
aspectRatio="432:768"
width={432}
height={768}
{...image}
/>
))