Topic: Caption position too far below image in gallery [SOLVED]
Hi, my juicebox caption position is based on the size of the largest image in the gallery, when I would like its position to be based on the current image.
Here's my config:
captionPosition="BOTTOM"
enableDirectLinks="TRUE"
maxCaptionHeight="200"
showSmallThumbNav="FALSE"
captionBackColor="rgb(255,255,255)"
captionBackTopColor="rgb(255,255,255)"
textShadowColor="none"
imageShadowColor="rgb(255,255,255)"
backButtonPosition="NONE"
textColor="rgb(0,0,0)"
imageVAlign="TOP"
thumbsPosition="TOP"
thumbsVAlign="TOP"
thumbPadding="10"
imagePadding="0"
imageScaleMode="SCALE"
maxThumbColumns="10"
maxThumbRows="1"
It looks like the position of jb-area-caption element is absolute. Is there any way to change the processing on this to always set the caption directly below the image?
Here's what it looks like now...
http://i.imgur.com/AaRQ73e.png?1
Thanks for any help. Sorry in advanced if this is a duplicate.