Search code examples
jqueryhtmlphoto-gallerypicasa

Display Picasa captions


Just in case any one has tried this in the past.

I am using the Pimax plugin for displaying picasa photos on my webpage, it works great but I would like to display the captions as well.

Is this possible?

If not any help on where to start writing the function would be appreciated, can see nothing in the developer docs anywhere.


Solution

  • Here is a demo having Image captions in Pimax 3.0 - http://buildwithcards.com/pimax_demo/pimax_live_edit.html

    So by using the below option you can turn on Captions for images -

    $("#pimax").pimax({
    //other options
    displayImageCaption:true
    });