I've got a carousel displaying images:
<Image
src={`http://ticket-t01.s3.eu-central-1.amazonaws.com/${props[organizationId].events[programId].imgId}_0.cover.jpg`}
className={styles.carouselImage}
layout="responsive"
width={865}
height={513}
key={`${props[organizationId].events[programId].imgId}`}
priority={true}
/>
The src
for all images seems to be set correctly since they are visible and rendered. But there seems to be an issue, what could it be?
When checking the console, I see this error message:
has an invalid `imagesrcset` value