TylerBarnes / gatsby-wordpress-inline-images

Fluid images for gatsby-source-wordpress inline images in post_content
57 stars 25 forks source link

gatsby-wordpress-inline-images does not work for me, help appreciated #27

Closed TomePale closed 4 years ago

TomePale commented 4 years ago

Hello @TylerBarnes maybe you can give me some tips why I can't get it to work. I am trying to pull out image from WordPress post and save it, I attached few images how my gatbsy-config.js looks like: Screenshot 2020-01-13 at 15 46 03 Screenshot 2020-01-13 at 15 48 15

Also I got a warrning in build time: Screenshot 2020-01-13 at 15 43 46

Regards, Tome

TylerBarnes commented 4 years ago

@TomePale off the top of my head I'm not too sure. If you can share your repo I'm happy to take a look!

TomePale commented 4 years ago

@TylerBarnes sry its a private repo so I can't share it, however setup is basic, in gatsby-node.js I am iterating over all WP posts and then in a Blog Post template I am showing the post, basic stuff. gatsby-source-wordpress and gatsby-image are installed, you can see setup from attached image above.

Is there any additional configuration steps maybe or this plugin should work out of the box?

TylerBarnes commented 4 years ago

@TomePale thanks for the additional info! If you create a simple reproduction and link me to that I'm happy to take a look. Thanks!

TomePale commented 4 years ago

Sry for late respone, I found another solution that worked for me...Thx anyway.