Hi, I have created a gallery with lighbox option… but when I click on the image from gallery, it will open it in the same window, in the left corner or in the middle (depends on browser), not hovering over images with arrows to go through the gallery… where is the problem? I have tried also masonry gallrery
thanks…
Miro
Hi colognedata!
try to use a rel=”prettyPhoto” in your image html, for example:
<a href="images/fullscreen/2.jpg" rel="prettyPhoto"><img src="images/thumbnails/t_2.jpg" /></a>
Hope this helps.
Cheers!
Andy