ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

Gallery not working with data-type URL? #231

Closed BrainFeeder closed 7 years ago

BrainFeeder commented 7 years ago

Hello

We are implementing this lightbox and are using it to show partial HTML views. It would be nice if we could use the data-gallery attribute to provide the lightbox with previous and next buttons to browse all partial views (which are product details in this case)

We are using the bs3 compatible version.

ashleydw commented 7 years ago

data-url works fine in v4, see the very bottom of this page and click "Open BBC News": http://cdn.rawgit.com/ashleydw/lightbox/e810882997264b63f1e055241f23ab22f74b3e80/examples/index.html

BrainFeeder commented 7 years ago

OKé, I'll give it another try.