Topic: Link in Caption not working

I've added a link in the Caption and it worked fine at first but now it doesn't work as I've been enabling other configuration options.

Is there something in this config that would cause a link in the Caption not to work?

Thanks in advance!

               maxImageWidth="1024"
               maxImageHeight="768"
               imageQuality="80"
               thumbWidth="85"
               thumbHeight="85"
               thumbQuality="90"
               useFlickr="false"
               resizeOnImport="true"
               cropToFit="false"
               showThumbsButton="true"
               useFullscreenExpand="true"
               galleryTitlePosition="OVERLAY"
               galleryTitleHAlign="LEFT"
               imageClickMode="NAVIGATE"
               captionPosition="OVERLAY_IMAGE"
               showImageNumber="false"
               indexPageName="listing.html"
               enableDirectLinks="false"
               enableLooping="true"
               showNavButtons="false"
               showOpenButton="true"
               showExpandButton="true"
               showSmallThumbs="false"
               showLargeThumbs="false"
               useThumbDots="false"
               showThumbPagingText="false"
               thumbNavPosition="CENTER"
               imageScaleMode="FILL"
               maxCaptionHeight="100"
               galleryTitle="test"
               textColor="rgba(255,255,255,1)"

Re: Link in Caption not working

It looks like the combination of the following two configuration options is preventing caption links from functioning.

captionPosition="OVERLAY_IMAGE"
imageScaleMode="FILL"

I have logged a bug report and hopefully this will be fixed in the next version of Juicebox-Pro.
Thank you for reporting.

In the meantime, workarounds would be to use a different setting for either captionPosition or imageScaleMode .

Re: Link in Caption not working

This bug has now been fixed in v1.3.0. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.