Making JQuery LightBox Plugin work with multiple galleries

后端 未结 9 550
难免孤独
难免孤独 2020-12-17 00:55

I\'m trying to make this jquery plugin => http://leandrovieira.com/projects/jquery/lightbox/ work with multiple galleries on the same page.

The problem is, everytime

9条回答
  •  执笔经年
    2020-12-17 01:21

    I do it this way:

    
    

    This way all you have to do is place each gallery in some kind of container and you'll get one image set per container, for example, the following will create two image sets:

    
    
    

    You could use the 'a' selector instead but I find using '.lightbox' offers more flexibility.

提交回复
热议问题