Search code examples
javascripthtmlcsslightbox2

Lightbox 2 Implementation


I have tried to implement and use the lightbox jquery function on this website however it is not working. I have looked at the documentation and structured the page as the site says yet I do now know why the plug in is not working


Solution

  • The lightbox resources (the CSS and JS files) aren't being loaded. Thats why the lightbox isn't working.

    Take a look at how did you reference these files, probably you referenced a wrong folder, or something...