-
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 hide images #1935
Comments
HI @smashou, that |
@fk It might be because I use the Bootstrap 4 reset and grid modules ? But could not find anything overriding this... Tested on: Safari (Last), Chrome (Last), Firefox (Last). @3axap4eHko Thanks a lot for this tips it works ! |
@3axap4eHko @smashou Yay community effort, glad this resolved so quickly! 👍 @3axap4eHko Damn, the I think we should update the README for gatsby-remark-images to make people aware of the default styles and @smashou If it's possible, an online version to dissect still would be cool. Would love to find out what exactly is causing problems for you and update that README a least a little more informed. ✌️ @3axap4eHko For the same reason – is your project available online? |
@fk nope, while the project has childhood diseases yet, I'm not ready to publish it |
@fk you can find a sample page here still WIP. You'll see that I have added the @3axap4eHko fix "z-index: 1". If you set back z-index:-1 picture disapear |
@smashou Thank you, will take a look ASAP! |
I have to take back my previous statement – that negative My suspicion is that it's a leftover that simply didn't cause problems for more people until now because they didn't set any I will create a PR that removes Thanks again for bringing this up @3axap4eHko and @smashou, and sorry for not being more attentive in regards to #1888. |
Fixes gatsbyjs#1935 plus the missing half of gatsbyjs#1888
Thanks a lot for your work and the fix @fk |
Well, now this fix hides "blurry" background-image in span :( |
Could you provide more details? |
I've already found the problem: image with class
I had to change the color of shadow to transparent in gatsby config like this:
Then it works as expected. |
Will take another look at this @Defite @KyleAMathews |
Due to the high volume of issues, we're closing out older ones without recent activity. Please open a new issue if you need help! |
to solve box-shadow issue: box-shadow: white 0px 0px 0px 400px inset effing up transparent imgs gatsbyjs/gatsby#1935 (comment) - backgroundColor: `#000`, + backgroundColor: `transparent`,
My Gatsby is updated, In my markdown I have
It transform to:
Everything seems fine except I don't see my image. I think it's about the z-index: -1 on the first span.
The text was updated successfully, but these errors were encountered: