hello,
I used the following code to make a thumbnails like the of the picture attached.
<p><img class="border_tracings" alt="Admiral" src="images/album1/thumbnail/thumb.jpg" width="229" height="229" /> <img class="border_tracings" alt="Fighters" src="images/album1/thumbnail/thumb.jpg" width="229" height="229" /> <img class="border_tracings" alt="Сarrier" src="images/album1/thumbnail/thumb.jpg" width="229" height="229" /> <img class="border_tracings" alt="Сarrier" src="images/album1/thumbnail/thumb.jpg" width="229" height="229" /></p>
Do you have any idea how I can open a gallery when clicking on one of those thumbnails?
also, you provided me this code which worked perfectly, but is there any way to add title to the picture?
<p>{arifancybox activeType="imglist" dir="images/album1" type="customtext"}<img src="images/album1/thumbnail/thumb.jpg" />{/arifancybox}</p>
I have also looked at the other question and made my search, but I have not found any good result.
Thanks in advance,