Topic: copy/download images

Is there a way to allow the person viewing images in the gallery to download or copy an image?  Right clicking on an image does not produce an option to copy the image.

Thanks

Re: copy/download images

If you set showOpenButton="TRUE" then the user will be able to click the 'Open Image' button (on the Button Bar) to open the image in a new window. The user can then right-click the image and select 'Save Image As...'.

If you set imageClickMode="OPEN_URL", then clicking on the main image will also the image in a new window. (It will actually open the corresponding linkURL (in the designated linkTarget window) but if you leave the linkURL blank, then Juicebox will automatically use the imageURL instead.)

Re: copy/download images

Very cool.  Thanks.