Topic: Create Download link

I want to give an option for users to download the image from the juicebox slider in the captions area. Does anyone know how I do this?

Re: Create Download link

You can add a link to a caption by using HTML tags within the caption.
You can link directly to an image by entering a caption such as the following directly into JuiceboxBuilder-Pro's caption text field:

<a href="images/image1.jpg">Click here to open image in new tab/window or right-click and select 'Save Link As...' to save image.</a>

You could also set showOpenButton="TRUE" in your gallery's XML file to display an 'Open Button' in the Button Bar which would also allow a user to open the currently displayed image in a new tab/window.