jquery - Integrate Galleriffic with Lightbox, how? -
Anyone have an idea how to interfere with lightfix 0.5 with lightbox? ()
When you click on the download button / text, I want to open the image in a lightbox.
Gratings, Base
To complete this, When the captions are loaded, call the lightbox function. To do this, you will need to do this in transition to the gallery:
... onTransitionIn: function () {$ ('#slideshow'). FadeIn ('fast'); $ ('#coptions') Feedin ('sharp', function () {$ ('# caption a. Lightbox') light box ();}); }, ...
Hope that helps!
Comments
Post a Comment