Open slimbox.js and comment out the line:
el.onclick = this.click.pass(el, this);
and add the following line below it:
el.onmouseover = this.click.pass(el, this);
Open slimbox.js and comment out the line:
el.onclick = this.click.pass(el, this);
and add the following line below it:
el.onmouseover = this.click.pass(el, this);
Leave a Reply