About HOT Carousel
Need to display your images as a carousel? Easily done with our new Joomla extension. Again, usage is very simple. You need to enter path to your images and your carousel is ready.
Switch between effects (fade and scroll), select number of images and image sizes are also possible. Learn more
Lightbox
- Details
- Published on Tuesday, 18 January 2011 11:04
If you like effect used on the images on this Demo site, you can use it for your site. This template comes with integrated jQuery Lightbox. Please prepare thumbnail image(s) and full size image(s) before proceeding.
To test how Lightbox gallery works, please check Color Schemes page and click on the pictures.
Single Image Lightbox
If you don't know HTML, you can use built-in Joomla editor. What you need to do:
- Create a new paragraph and assign "gallery" ID to it
- Insert thumbnail image inside
- Link the thumbnail image with full-size image
- You are done!
HTML view should look close to this example:
<p id="gallery" align="center">
<a href="images/stories/sample.jpg" title="This is module positions layout.">
<img src="images/stories/sample_small.jpg" border="0" width="200" height="152" />
</a>
</p>
Multiple Images Lightbox
Here's what you need to do to make a mini gallery, using Joomla editor:
- Create a new paragraph and assign "gallery" ID to it
- Make an unordered list
- Insert thumbnail image inside every list element
- Link each thumbnail image with full-size image
- You are done!
HTML view should look close to this example:
<p id="gallery">
<ul>
<li><a href="images/stories/sample1.jpg" title="Step 2"><img src="images/stories/sample_small1.jpg" border="0" width="136" height="100" /></a></li>
<li><a href="images/stories/sample2.jpg" title="Step 3"><img src="images/stories/sample_small2.jpg" border="0" width="120" height="100" /></a></li>
</ul>
</p>





