Questions tagged [lightbox]

Lightbox, and the newer Lightbox 2, is a JavaScript application used to display large images using modal dialogs.

The script has gained widespread popularity due to its simple, yet elegant, style and easy implementation. While it was initially developed from scratch, Lightbox has since been modified to use a number of JavaScript libraries (such as the Prototype JavaScript Framework and jQuery JavaScript Framework for its animations and positioning), in order to reduce the size of the code. The release of Lightbox encouraged other developers to work on similar projects, resulting in products such as the later Thickbox and lighter Slimbox.

2461 questions
0
votes
2 answers

Custom Jquery "Lightbox" not working

I used a tutorial on Youtube to make a lightbox similar to the actual one because I could never get the actual one to work. It worked perfectly fine until I got to the fourth picture. Every time I click on any of the pictures in the set only the…
0
votes
0 answers

Lightbox unable to Enlarge Images

This week our product pages have been not working as intended. When clicking the product image thumbnail to enlarge, the lightbox window loads and just continues to load, never displaying the image. It was working before and I have no access to…
Brently
  • 25
  • 5
0
votes
1 answer

Update a link href in prototype

I'm running a prototype script (lightbox) and I want to add an extra link below each image with the url to a page that changes with each image. I have so far managed to add the a element to the right place, but later in the script I need to update…
Stephan Muller
  • 27,018
  • 16
  • 85
  • 126
0
votes
1 answer

Wordpress how open menu in lightbox

How I can open a menu item of wordpress us a lightbox with inside a contact form (cf7). I have tried to use: Lightbox 2 and Wp Lightbox and Responsive Lightbox, and put the rel="lightbox" inside Relazioni tra link (XFN). When I click the page…
Marco Romano
  • 456
  • 6
  • 21
0
votes
0 answers

Trigger a lightbox modal on page load

I would like to get a lightbox modal box to pop up automatically on page load. My current anchor works perfect when I actually click it, and here is my bit of JQuery that I've been using so far.