We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 questions:
Is it supposed to work with transparent PNG background? In my case it just substitutes transparent background with default white
background option does not seem to be working for me
Image itself
Gatsby image config:
{ resolve: `gatsby-plugin-mdx`, options: { plugins: [ `gatsby-remark-images`, `gatsby-remark-images-medium-zoom` // Important! ], gatsbyRemarkPlugins: [ { resolve: `gatsby-remark-images`, options: { maxWidth: 590, linkImagesToOriginal: false, // Important! } }, { resolve: `gatsby-remark-images-medium-zoom`, // Important! options: { margin: 36, scrollOffset: 0, background: "#777" }, } ], } }, `gatsby-transformer-sharp`, `gatsby-plugin-sharp`
The text was updated successfully, but these errors were encountered:
This is a bug in gatsby-plugin-mdx Fix: Duplicate options under plugins
Sorry, something went wrong.
No branches or pull requests
2 questions:
Is it supposed to work with transparent PNG background? In my case it just substitutes transparent background with default white
background option does not seem to be working for me
Image itself
Gatsby image config:
The text was updated successfully, but these errors were encountered: