Hello,
We have sent PSD source by email. If you want to show only several images from folder and show other images in lightbox, use the following code:
Code: |
{arisexylightbox activeType="imglist" dir="PATH_TO_IMAGE_FOLDER" visibleItemCount="3"}{/arisexylightbox}
|
Specify visible items count with help "visibleItemCount" parameter. If you want to create thumbnails for images in content, it doesn't require to wrap each image with {arisexylightbox} and {/arisexylightbox} tags. You can wrap all content with images with these tags and set "single" attribute of {arisexylightbox} tag to "0" that group images into gallery. The code will look like:
Code: |
{arisexylightbox thumbWidth="250" single="0"}
content ... content ...
<img src="[path_to_large_image]" alt="description" />
content ... content ...
<img src="[path_to_large_image2]" alt="description" />
content ... content ...
{/arisexylightbox}
|
Currently it is impossible to choose theme for inline image, but will add this ability in a future release.
Regards,
ARI Soft