Topic: Captions
I am trying to change the option for the caption from overlay of image to below image.
I have done it in the config file as seen below, but it makes no difference. What am I missing?
<?xml version="1.0" encoding="UTF-8"?>
<juiceboxgallery
galleryTitle="Caption"
showOpenButton="false"
useFullscreenExpand="false"
captionPosition="BELOW_IMAGE"
>
<image imageURL="images/IMG_1771 - Copy - Copy (3).jpg"
thumbURL="thumbs/IMG_1771 - Copy - Copy (3).jpg"
linkURL="images/IMG_1771 - Copy - Copy (3).jpg"
linkTarget="_blank"
sourcePath="C:\Users\Leif\Desktop\Caption\IMG_1771 - Copy - Copy (3).JPG">
<title><![CDATA[]]></title>
<caption><![CDATA[This is a test of the caption location]]></caption>
</image>
<image imageURL="images/ILRN0512.jpg"
thumbURL="thumbs/ILRN0512.jpg"
linkURL="images/ILRN0512.jpg"
linkTarget="_blank"
sourcePath="C:\Users\Leif\Desktop\Caption\ILRN0512.JPG">
<title><![CDATA[]]></title>
<caption><![CDATA[Also a test of caption]]></caption>
</image>
</juiceboxgallery>