1 (edited by max 2014-11-25 13:32:27)

Topic: getImageInfo() is not working while using Flickr [SOLVED]

I have a gallery loading from Flickr and want to get its URL so that I can find out its ID and make custom queries to Flickr.

> jb.getImageInfo()
Uncaught TypeError: Cannot read property 'position' of undefined

It would be super awesome if Juicebox would expose Flickr API tools for advanced coding, so that I can access raw responses from Flickr.

Re: getImageInfo() is not working while using Flickr [SOLVED]

Resolved. The method actually requires image index as first argument.
I would make it default to current image. Now API client can write:

jb.getImageInfo(jb.getImageIndex());