Zoombox linked to a gallery
in Shortcodes
Hello,
I'd like that the zoom boxes in the page http://www.dreampackers.it/publications/ would open directly in a lightbox gallery without pass in another page (as it is now). Is it possible? How can I do this? Thank you so much.
Regards,
Shu
Comments
Yes, you can!
Just use target="lightbox" and paste the URL of your image into the link
#gallery-1 dl { display: none; } #gallery-1 dl:first-child { display: block; }
"If it is stupid and it works, then it is not stupid"
[id^="gallery"] dl { display: none; } [id^="gallery"] dl:first-child { display: block; }