DEV Community

Discussion on: Struggling with Gatsby Images

Collapse
 
dylanesque profile image
Michael Caveney

I can't point you to anything specific, but I do know that you shouldn't ALWAYS be using the gatsby-image plugin, especially if you're using pagination. I think it's one of those where you have to grind through it for a while before you're really comfortable with it. I'm most of the way through Jason Lengsdorf's Gatsby workshop on Frontend Masters and there's a pretty lengthy section on images, so I'll report back if there's anything key that I find out from there.

Collapse
 
bbarbour profile image
Brian Barbour

I ended up using flexbox instead of floats, and it worked fine.

Collapse
 
dylanesque profile image
Michael Caveney

That'll do it; you don't want to use floats in this day and age unless you absolutely, positively have to.

Thread Thread
 
bbarbour profile image
Brian Barbour

Floats are nice for wrapping text around images though.