Hi!
I am not sure whether this is working as expected: on overview page showing several blog post, the lightbox shows ALL pictures of ALL posts of that overview page if you click on one picture.
I think it should only show the picture of the respective post, though. Is it possible to change it?
Thanks in advance!
Hey Dominik,
Thanks for posting! I’m kind of having a hard time picturing it out. Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below if you need to.
Ben
[Content Hidden]
Hey Dominik,
Unfortunately, that is how it works. We’re just using the Magnific Popup jQuery plugin to do it. You can try adding this CSS snippet below though which should hide those arrows.
.blog .mfp-container button {
display: none;
}
Ben
Thanks, Ben.
Okay, I see. Thanks for the workaround. I will use that in the meantime, and then try to implement an other lightbox plugin somewhen in the future.
Cheers, Dominik