Joomla! lightbox
This is simple Joomla! lightbox plugin which provides ability to display images, external pages and HTML content in sexy popup.Main features:
- Can display external pages and HTML content;
- Supports 4 themes: white and black, Spanish black and white;
- Customizable;
- Works in all modern browsers.
Examples
External page
Show ARI Soft site in popupCode
<a href="http://www.ari-soft.com?TB_iframe=1&width=700&height=325&modal=1" rel="sexylightbox" title="ARI Soft"> Show ARI Soft site in popup</a>
HTML content
You can display HTML content in lightbox.Show inline content in modal window
Show inline content with scrolling in modal window
Code
<div id="sexyContent" style="display: none;"> Any HTML content </div>
<a href="#TB_inline?inlineId=sexyContent&height=270&width=400&modal=1" rel="sexylightbox" title="Sample content"> Show inline content in modal window</a>
Images
This lightbox plugin can also display images in popup.
Audi 80
|
Audi A8
|
Code
<a href="/[path_to_image]" rel="sexylightbox" title="Test Image">
<img src="/[path_to_thumbnail]" alt="" />
</a>