to work, I need to have access to theses variables and make some changes :
var Lightbox = {};
// array of all images to be shown in the lightbox (not Image objects)
Lightbox.images = [];
// the index of the image currently shown (Lightbox.image)
Lightbox.index = -1;
I need to add some actions on each image. For that I make a custom template wish call some new method injected by decorator :
to work, I need to have access to theses variables and make some changes :
can you add this in next release ?
thanks