I have a wordpress gallery set up on my website, so that the client can upload their own photos to it. However, I want to make it so that when they click the image they want to view, the "lightbox" is a bigger version of the image, appearing in a div above the selected image, alongside the title and any description they wrote into the wordpress gallery.

Here's a website with exactly what I mean

http://www.terryrichardson.com/archive/#/vintage

Notice when you click an image and its lightbox is just a bigger version of it with the title and comments underneath? Of course I know how to do this with regular javascript, html and css; but the problem comes with the fact that it has to be displaying whatever the user clicked on, as well as whatever title or comment they put into their wordpress gallery for it.

share|improve this question
    
What have you tried? What existing code do you have? – Robbie 38 mins ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.