A word on the jQuery Lightbox
It’s been a while since i’ve posted an updated to the jQuery Lightbox script I uploaded. Don’t worry, I haven’t forgotten it, and I know that there are still bugs to be fixed. I simply had a few busy weeks with work, followed by a much needed vacation. There should be a new version online in the near future. Here’s what I plan to address in the next release:
- After closing the lightbox, it sometimes doesn’t re-open
- In Firefox 2.0+ you get scrollbars when you click the close button
- Overlay doesn’t resize when you resize the window.
September 14th, 2007 at 4:59 am
Hi,
the last issue is pretty easy to resolve. Simply change the width attribute of the overlay div from the pixel value to “100%”.
Moreover you can add the following into lightbox.css:
html, body {height:100%;
min-height:100%;
width:100%;
}
Cheers,
Torben