Gathering detailed insights and metrics for @draftbox-co/gatsby-wordpress-inline-images
Gathering detailed insights and metrics for @draftbox-co/gatsby-wordpress-inline-images
Gathering detailed insights and metrics for @draftbox-co/gatsby-wordpress-inline-images
Gathering detailed insights and metrics for @draftbox-co/gatsby-wordpress-inline-images
Fluid images for gatsby-source-wordpress inline images in post_content
npm install @draftbox-co/gatsby-wordpress-inline-images
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
65 Commits
2 Branches
4 Contributors
Updated on Mar 04, 2021
Latest Version
1.0.6
Package Id
@draftbox-co/gatsby-wordpress-inline-images@1.0.6
Unpacked Size
11.83 kB
Size
4.26 kB
File Count
7
NPM Version
6.12.1
Node Version
12.13.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
4
gatsby-source-wordpress
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
and gatsby-image
to be preinstalled
This repo is forked from gatsby-wordpress-inline-images
by (@TylerBarnes) and from now on I am going to maintain this repo.
1yarn add @draftbox-co/gatsby-wordpress-inline-images
Add this plugin as a plugin of gatsby-source-wordpress
.
Be sure to specify your baseurl and protocol a second time in the gatsby-wordpress-inline-images
options, not just in the gatsby-source-wordpress
options.
1 { 2 resolve: `gatsby-source-wordpress`, 3 options: { 4 baseUrl: `your-site.com` 5 protocol: `https`, 6 plugins: [ 7 { 8 resolve: `@draftbox-co/gatsby-wordpress-inline-images`, 9 options: { 10 baseUrl: `your-site.com`, 11 protocol: `https` 12 } 13 } 14 ] 15 } 16 }
1{ 2 resolve: `gatsby-source-wordpress`, 3 options: { 4 // required 5 baseUrl: `your-site.com`, 6 protocol: `https`, 7 // defaults 8 maxWidth: 650, 9 wrapperStyle: ``, 10 postTypes: ["post", "page"], 11 backgroundColor: `white`, 12 withWebp: false, // enable WebP files generation 13 useACF: false, // process <img> tags in ACF fields too 14 // add any image sharp fluid options here 15 // ... 16 } 17}
PRs are welcome! Consider contributing to this project if you are missing feature that is also useful for others.
Copyright (c) 2020 Draftbox - Released under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
31 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More