Hello,
Mixed gallery can be created if add each gallery item one by one. For example code for thumbnail which is associated with YouTube video looks like:
Code: |
{arisexylightbox activeType="rcontent" width="800" height="450" url="http://www.youtube.com/watch?v=WyA1dzfKywg" title="Video"}<img src="LINK_TO_THUMBNAIL" />{/arisexylightbox}
|
Where LINK_TO_THUMBNAIL is link to necessary thumbnail.
If necessary to associate thumbnail with inline content, code looks like:
Code: |
{arisexylightbox activeType="icontent" width="300" height="250" title="Hidden text"}
{link}<img src="LINK_TO_THUMBNAIL" />{/link}
{content}Inline content which you want to show in sexy lightbox goes here.{/content}
{/arisexylightbox}
|
Is it suitable for your needs or you mean something another?
Regards,
ARI Soft