I tried to copy and paste the Bootstrap Lightbox
example from: http://bootsnipp.com/snippets/featured/bootstrap-lightbox,
into a website I am working on: http://www.redfuryrevenge.com
It looks the same as the example, but when I click on a pic (in the Images section), it just jumps me to the top of the page, instead of opening a modal.
I have been working on this for over 5 hours. Figured it was time to ask for help.
I tried doing the same thing and I had the same result, because I was not importing Bootstrap css and JS.
Try again by importing bootstrap JS after you import jQuery
In the head section import bootstrap css as,
After importing above 2 files you will get the desired output.