Fire Lightbox V3 on page load.

Adds a Lightbox slideshow to your products.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Fire Lightbox V3 on page load.

Post by norman »

To fire Lightbox V3 on page load, add the following code to the page. Do this after the Lightbox Setup layout.

Code: Select all

<script type="text/javascript">$(document).ready(function(){$('[rel^="lightbox"]:first').click();	});</script>
If you want this to be on one / some pages only, you could put it into a Fragment Text or Product Deescription like:

Code: Select all

!!<<script type="text/javascript">$(document).ready(function(){$('[rel^="lightbox"]:first').click();	});</script>>!!
What this does is looks for the first Lightbox link on the page and fires it's click event.
Norman
Post Reply