Download the latest Lightbox v2.03.3 abroad

Source: Internet
Author: User
Tags creative commons attribution

The following is an official description. Many websites use this effect to display images, which is very good and easy to use.
Support
It doesn't work at all. The image opens up in a new page. What's wrong?
This is commonly caused by a conflict between scripts. Check your body tag and look for an onload attribute. Example:
<Body onload = "MM_preloadImages ('/images/menu_on.gif ')...; ">
A quick fix to this problem is to append the initLightbox () to the onload attribute as so:
<Body onload = "MM_preloadImages ('/images/menu_on.gif ')...; InitLightbox () ">

It doesn' t work if I click an image link before the page has finished loading.
The script is activated only after the page has finished loading.
The shadow overlay doesn' t stretch to cover full browser window.
Remove the default margin and padding from the body tag. Add body {margin: 0; padding: 0;} to your stylesheet.
Can I insert links in the caption?
Yes, but you need to convert quotes and greater and less than symbols into their html entity equivalents. For example:
<A href = "images/image-4.jpg" rel = "lightbox" title = "<a href =" link.html "> my link </a>"> Image </a>
Can I display flash, video, or other content using the script?
Sorry, photos only. For other content, google for Lightbox modifications or try an alternative script such as Cody Lindley's ThickBox.
Can the script be called from an iframe?
If you're using iframes, try the Lytebox modification which has better support.
Can I use the script in a specified cial project?
Yes. It is licensed under the Creative Commons Attribution 2.5 License. A donation wocould be nice, hint.
Contact
For troubleshooting, feature requests, and general help, post a message in the Lightbox Forum. make sure to include details on your browser, operating system, Lightbox version, and a link (or relevant code ). I do not have time to personally respond to support emails, please use the forum.

To send me a non-support related note, email me at: lokeshdhakar2007@gmail.com. Thanks.

Official download

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.