Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Code for gallery?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Code for gallery?
#5514
Code for gallery? 13 Years, 9 Months ago Karma: 0
Hello,

I'm using ARI sexylightbox lite and wanted to know what code I should use to incorporate a gallery from a single thumbnail image?
The administrator has disabled public write access.
 
#5520
Re:Code for gallery? 13 Years, 9 Months ago Karma: 747
Hello,

You can use the following HTML code:

<a href="<path_to_large_image>" rel="sexylightbox[gallery]"><img src="<path_to_thumbnail>" alt="" /></a>
<div style="display: none;">
<a href="<path_to_large_image_1>" rel="sexylightbox[gallery]">&nbsp;</a>
<a href="<path_to_large_image_2>" rel="sexylightbox[gallery]">&nbsp;</a>
<a href="<path_to_large_image_3>" rel="sexylightbox[gallery]">&nbsp;</a>
.....
<a href="<path_to_large_image_N>" rel="sexylightbox[gallery]">&nbsp;</a>
</div>

Where <path_to_large_image> is path to large image and <path_to_thumbnail> is path to thumbnail.

PS: You can use ARI Sexy Lightbox extension, it provides easy way to create image galleries based on images from specific folder(s).

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1