Colorbox / Lightbox Popup

It is easy to create a popup of higher resolution images. Learn how

We have integrated the colorbox lightbox feature from http://colorpowered.com/colorbox/

Typical use is like so, where you have a link to the high resolution image surrounding the low resolution thumbnail. Repeat multiple times for other images.

 

Example Code A: rel=colorbox

<p>

<a rel="colorbox" href="/uploads/sharedhttps://www.help.cms-tool.net/images//banners/Feminine/bubbles_D6D7D9.gif"><img src="/uploads/sharedhttps://www.help.cms-tool.net/images/-80x80/banners/Feminine/bubbles_D6D7D9.gif"></a>

<a rel="colorbox" href="/uploads/sharedhttps://www.help.cms-tool.net/images//banners/Feminine/butterfly_EFC4CF.gif"><img src="/uploads/sharedhttps://www.help.cms-tool.net/images/-80x80/banners/Feminine/butterfly_EFC4CF.gif"></a>

<a rel="colorbox" href="/uploads/sharedhttps://www.help.cms-tool.net/images//banners/Feminine/hibiscus_D5C5D3.gif"><img src="/uploads/sharedhttps://www.help.cms-tool.net/images/-80x80/banners/Feminine/hibiscus_D5C5D3.gif"></a>

</p>

Example Code B: custom use of colorbox (for multiple slideshows)

For multiple slideshows please insert the following HTML and JAVASCRIPT code into your page.

Change colorBoxSlide1 to colorBoxSlide2 if you want separate slideshows. 

<p>

<a rel="colorBoxSlide1" href="/uploads/sharedhttps://www.help.cms-tool.net/images//banners/Feminine/bubbles_D6D7D9.gif"><img src="/uploads/sharedhttps://www.help.cms-tool.net/images/-80x80/banners/Feminine/bubbles_D6D7D9.gif"></a>

<a rel="colorBoxSlide1" href="/uploads/sharedhttps://www.help.cms-tool.net/images//banners/Feminine/butterfly_EFC4CF.gif"><img src="/uploads/sharedhttps://www.help.cms-tool.net/images/-80x80/banners/Feminine/butterfly_EFC4CF.gif"></a>

<a rel="colorBoxSlide1" href="/uploads/sharedhttps://www.help.cms-tool.net/images//banners/Feminine/hibiscus_D5C5D3.gif"><img src="/uploads/sharedhttps://www.help.cms-tool.net/images/-80x80/banners/Feminine/hibiscus_D5C5D3.gif"></a>

</p>

<script>  $("a[rel='colorBoxSlide1']").colorbox(); </script>

 

Customise Further - Effects

OR for an automatic slideshow effect, find even more options on the http://colorpowered.com/colorbox/ website

<script>  $("a[rel='colorBoxSlide1']").colorbox({transition:"fade",slideshow:true}); </script>

 

Example 

More From This Section

The Smaller Animals thumbnailer is great tool if you want to create smaller image file sizes before uploading lots of photos, or if you want to watermark your photos.
It is easy to create a popup of higher resolution images. Learn how
With the Drag-drop and Contentbox editors you can add a clipping path to an image
In the Drag-drop and Contentbox editors, you can set an image to blend with its background colour via the STYLE EDITOR modal.
This is the old method of adding rotating images to your website
You can add pins over the top of the image with a link and small description on hover.
You can add image dimensons (image height and image width) to your images via the Style Editor Popup

FAQ Topics

Search for help:

> Home