Thumbnail Slideshow with overlay
Hi, I have a prob with jQuery.
But now I need to create an overlay image zoom when i click on a thumbnail.
I tried to put lightbox on my code and used it on my gallery, but it doesn't work because:
- <ul id="#gallery">
- <li><a href="img.jpg"><img src="img.jpg" /></a>
- ..........
- </ul>
does not work with galleryview plugin (it wants the <img> tag near the <li> tag)
How can i solve my prob :(
Thank you!