As I have little experience with both web design and javascript I was hopping for an advice. I have finished my first website project (www.mariasvane.dk) where I use Lightbox JS 2.02 to display large pictures in the "presseomtale" section.
The question is how to make lightbox close when user clicks over the image. As the images are large it would be best not to scroll to the close button.
I've never worked with lightbox before, so there may be a better way around this, but after taking a quick look at the code in lightbox.js on your site, you can do what you want to do by adding this line of code:
at the end of the "initialize" function (before the closing "}," on line 307)
You'll probably also want to change the mouse pointer to a hand when you hover over the image so people know it's clickable, so add this CSS to lightbox.css as well: