Issue
I have images in a carousel:
<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}
/>
I think all src
are set well, as images are visible, rendered. Then what is the problem?
I see this in console:
has an invalid `imagesrcset` value
Solution
A bug has been filed with Safari which seems to be the only browser complaining.
I think you can safely ignore this error.
Update: Bug has been fixed.
Answered By - Vincent Orback
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.