Skip to content

pszafer/gatsby-wordpress-experimental-inline-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby WordPress Experimental inline images

gatsby-source-wordpress-experimental doesn't process images in blocks of text which means your admin site has to serve the images. This plugin solves that.

Require gatsby-source-wordpress-experimental and gatsby-image to be preinstalled

This is same plugin as gatsby-source-inline-images but working with newer source plugin gatsby-source-wordpress-experimental

installation

yarn add gatsby-wordpress-experimental-inline-images

Add this plugin as a plugin of gatsby-source-wordpress-experimental. Be sure to specify your baseurl and protocol a second time in the gatsby-wordpress-experimental-inline-images options, not just in the gatsby-source-wordpress-experimental options.

  {
    resolve: `gatsby-source-wordpress-experimental`,
    options: {
      plugins: [
          {
            resolve: `gatsby-wordpress-experimental-inline-images`,
          }
        ]
      }
  }

Orignal source

https://github.com/TylerBarnes/gatsby-wordpress-inline-images/

About

Fluid images for gatsby-source-wordpress inline images in post_content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%