Closed cmdalbem closed 4 years ago
Sooo, I found out that adding this simple additional CSS to my site makes the image appear again:
.gatsby-resp-image-wrapper {
width: 100%;
}
It does solve my problem, but such a tweak wasn't necessary. Especially considering gatsby-remark-images
is such a popular Gatsby plugin :)
Fixed in v1.1.0
Hi! I couldn't make this plugin work here. Has anyone managed to make this work in conjunction with
gatsby-remark-images
? I'm wondering it might be a compatibility problem.I've followed the guide and put it before any other image plugins:
Here's how it looks like in the markdown code:
Here's how the final result looks like when inspected:
--
Full project code can be find here: https://github.com/cmdalbem/portfolio