Topic: large captions

I need to added a paragraph or two to certain images - I'm assuming the caption area is the best (only) way to do this. If I just drop the paragraph into the caption field, it runs off the screen to the right, in other words stays on one line and doesn't wrap.

Is there some way to allow more text to be displayed in the caption area?

Thanks
Bob

Re: large captions

In theory you can add as much text to a caption as you like (though there is no way to display more than a single line of it within JuiceboxBuilder-Pro).
You might like to edit your gallery's XML file manually in a plain text editor and add the captions this way.

If you wish to include a line break within a caption, use an HTML <br> tag.
For example, in JuiceboxBuilder-Pro, you would enter:

Line 1<br>Line 2

In the gallery's XML file, this would look like:

<caption><![CDATA[Line 1<br>Line 2]]></caption>