Making JQuery LightBox Plugin work with multiple galleries

后端 未结 9 551
难免孤独
难免孤独 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:24

    Can't say I've worked with this particular plugin before, but usually you add a rel=lightbox[foo] to the link element. Foo will be unique for each gallery on the page.

    Hope this gets you started on the right path; otherwise there are dozens of other lightbox plugins you can use.

提交回复
热议问题