Hi, I am building a wordpress website. I am implementing isotope for image layout and filtering (isotope.metafizzy) I have configured Isotope already, so that images are layed out and filterable, this is all working fine. Currently, when i open an image in the lightbox, it loads all the images in the series, including images which are currently hidden (filtered by Isotope). I want to change my solution so that only the visible images will be loaded into the Lightbox. This way a user can use isotope to filter down to the desired set of images, and can then view these in a larger format using the lightbox. the code below is what is outputted by wordpress (from view page source). you try the code here : http://jsbin.com/gutoqaqabo/edit?html,output thanks for your help
Don't know isotope, but couldn't you perhaps add a class with isotope to the viewable images, and set lightbox to only show images with the specific class? You could also limit Lightbox to only show one image (no forward/back buttons), but that might be counterproductive, I assume.
i know this is an old thread, but do you by chance have a copy of the code you used? I am having a similar problem.