Lightbox and not showing nav between images
Hi there,
I'm using lightbox v 0.5. I display 4 images in a web page and I would to avoid the navigation between images. I just want lightbox to open as if there was only one image.
As a start, I defined a different id for the 4 images and I call each of them like this :
-
jQuery('a#note1').lightBox();
jQuery('a#note2').lightBox();
jQuery('a#note3').lightBox();
jQuery('a#note4').lightBox();
But it's not pretty nice to maintain.
Anyone knows how to fix it ?
Thanks !
