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
FAQ Topics
The Basics
Building your site
- Pages
- Content Editor Modes Explained
- - DRAG DROP Editor (Default)
- - CONTENTBOX Editor (Advanced)
- - WORD STYLE Editor (TinyMCE)
- - LIVE Editor (Click to Edit Mode)
- Styling Content
- Images / Backgrounds
- Banners and Sliders
- Uploading content
- Design Templates
- Forms
- More Q & A
- Menus
- Mobile Styling and Optimisation
Advanced Page Types
E-Commerce
- Shopping Basics
- Category Management
- Ngā Hua
- Product Options
- Layout and Formatting
- Ngā Kōwhiringa Utu
- Processing Orders
- Advanced Ecommerce
- Product Pricing, Currencies
- Plugins
- Wholesale
- Bookings Management System
- Freight - Couriers
- Stock & Quantities
- Vouchers, Discounts, Loyalty Points
- Selling Photos / Prints
- Shopping Cart Add-on Page types
- Advanced APIs / Add ons
- Te Wāhi Hoko (POS)
- Reports
- Orders / Invoices
Email & Membership
- Member Management
- Members Pages / Template Customisations
- From Addresses and Reply To Email Notifications
- Global Enquiry form options
- Standard Field Names
- Webmail
- Bulk Email
- CRM Features
- Email Campaigns
- Forums & Blogs
- Pop3/Imap Email Services
- Scams and Hoaxes
- Lead Magnets / Growing Your Customer Database
Promoting your site
Advanced
- Power User Options
- Form Spam Filtering
- Wordpress
- PHP Setup
- [TAGS]
- jQuery snippets
- Search External Links / Import external content
- HTML / CSS Snippets
- Embedding Web Fonts
- Loading additional Material Symbols styles
- FAQ Help Map
- Uploading local font files
- Advanced Template Customisation, CSS, etc
- Languages and Translations



