-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
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
gatsby-remark-images generates undefined href and hides the image #1888
Comments
fk
pushed a commit
to fk/gatsby
that referenced
this issue
Aug 24, 2017
Thank you @3axap4eHko! |
KyleAMathews
pushed a commit
that referenced
this issue
Aug 24, 2017
fk
pushed a commit
to fk/gatsby
that referenced
this issue
Aug 28, 2017
Fixes gatsbyjs#1935 plus the missing half of gatsbyjs#1888
KyleAMathews
pushed a commit
that referenced
this issue
Aug 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in my markdown I have
and this line transformed to the
by this way I don't see my image (due to z-index: -1) and link to the original image is
undefined
I think the issue is in the line
https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/src/index.js#L68
it should be
The text was updated successfully, but these errors were encountered: