DEV Community

Discussion on: Struggling with Gatsby Images

Collapse
 
laurieontech profile image
Laurie

I’m not sure exactly where you’re having issues, but I did a write up on my experiences (and errors) when using Gatsby image. Feel free to look through and see if some of the sample code/explanations match your use case.

Collapse
 
bbarbour profile image
Brian Barbour • Edited

My biggest question is why the fluid images disappear when I try to float them?

Collapse
 
laurieontech profile image
Laurie

So Gatsby image has a wrapper tag that you can see in the inspector. Depending on the defaults set for those classes that may be the issue. I’d take a look there first.