lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.19k stars 1.76k forks source link

adding anchor links in caption #558

Closed flybeye closed 7 years ago

flybeye commented 7 years ago

How can I add anchor links in caption to navigate to another part of scrolling page?

Currently, when I click link it scrolls but I need to close the lightbox image and navigate to the anchor.

Thank you for any help!

flybeye commented 7 years ago

Nevermind, I modified the the ...fadeIn('fast')...else to use

location.href = $(this).attr('href'); self.end(); return false;