lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.22k stars 1.77k forks source link

Lightbox position problem... #513

Closed Evrenercan closed 8 years ago

Evrenercan commented 8 years ago

I am trying to use lightbox on my webpage, but lightbox images are located under the background images. So how can i put the lightbox images on the background images? Thanks a lot in advance.

bcarvalho89 commented 8 years ago

Try something like that: <div class="bg" style="background-image: url(your_imgl.jpg);"> <a href="your_imgl.jpg" data-lightbox="galery"></a> </div>

lokesh commented 8 years ago

Closing out old issues.

If you still need help, please post your question on Stackoverflow. See more details here: http://lokeshdhakar.com/projects/lightbox2/#help

Github Issues is for bugs only. Thanks.