Skip to content
Discussion options

You must be logged in to vote

Hi Dhaval,

Did you work this out?

I was seeing something similar in Safari on my site. I added am imgStyle attribute to GatsbyImage and that seemed to fix it. For your code, you would need to try:

                                        <GatsbyImage
                                            style={{
                                                gridArea: "1/1",
                                                backgroundSize: "cover",
                                                width: "200px",
                                                height: "200px",
                                                borderRadius: "20px",
                                            }}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Soneji
Comment options

Answer selected by Soneji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants