3

I have no idea what I am doing wrong but I am trying to use lightbox2 on a simple gallery. I have stripped the page down to nothing trying to figure out why lightbox is only giving me the overlay but not displaying the image. This is the page http://hearttoheartnc.com/store.html

Any help is greatly appreciated as I have googled this problem and can't find any solutions.

bezierer
  • 398
  • 5
  • 13

1 Answers1

3

The problem is that you are using the latest version of jquery, on your store.html file, try this:

<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>

instead of this:

<script src="http://code.jquery.com/jquery-latest.min.js"></script>
rorra
  • 9,593
  • 3
  • 39
  • 61