I'm using lightbox2. i went through the example and it works fine. furthermore, a gallery!
But when I change some options for lightbox2, for example, labelImage
, the option more easy is change code from ligthbox2.js.
I try change options as follow:
$.LightboxOptions.labelImage="My image";
But this does not work.
What should be the right way to set the option?