Hi, I'm trying to display a single image and have the user click and be able to load an image gallery from a local directory using ari fancybox anywhere plugin.
I have generated the thumbnail myself.
The code I am using is:
Code: |
<div float: right; margin-bottom: 10px; margin-left: 10px;>{arifancybox activeType="imglist" type="customtext" dir="images/stories/members/vincent_miller"} <img title="Cliquez ici pour un diaporama." alt="vincent_miller" height="200" width="200" src="images/stories/articles/vm_champ.png" />{/arifancybox}</div>
|
The thumbnail loads, but so do the 6 images in the directory "images/stories/members/vincent_miller". They load as full size.
All I want is that the thumbnail located at "images/stories/articles/vm_champ.png" load with a caption in French that says "click here", at which point the fancybox opens and the six images in the gallery are displayed.
I am sure I am making a very simple mistake. I just don't know what it is.