the help document tells me how to show an image below:
<a href="[path_to_image]" rel="sexylightbox" title="Test Image">
<img src="[path_to_thumbnail]" alt="" />
</a>
i am not sure what should be the
path_to_image and
path_to_thumbnail and
alt
I tried some pathes below, but it does't work
1. path_to_image: mydomain_name.com/joomla/images/picture1.jpg
path_to_thumbnail: mydomain_name.com/joomla/images/picture2.jpg
2. path_to_image:images/picture1.jpg
path_to_thumbnail: images/picture2.jpg
3. path_to_image: ../images/picture1.jpg
path_to_thumbnail: ../images/picture2.jpg
4. i don't know what shoud be alt
Thanks