adjust image sizes somewhat
This commit is contained in:
@@ -58,7 +58,7 @@ export const EventItem = ({
|
|||||||
alt={featuredImage.alt}
|
alt={featuredImage.alt}
|
||||||
width={0}
|
width={0}
|
||||||
height={0}
|
height={0}
|
||||||
sizes="(max-width: 900px) 100vw, 25vw"
|
sizes="(max-width: 900px) calc(100vw - 2rem), 30vw"
|
||||||
loading={imageLoading}
|
loading={imageLoading}
|
||||||
fetchPriority={imageFetchPriority}
|
fetchPriority={imageFetchPriority}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user