Topic: Flick captions not loading correctly
I have the latest version of JB (1.3.3)
Am using it to bring in images and captions (flickrShowDescription) from Flickr, using flickrSetId.
Everything works as it should... EXCEPT:
On the first load (before loop) the captions for images 3, 5, 7, 9 etc do not show.
Navigate back to them or allow the slideshow to loop and they are there.
Interrogating the loading I see it makes one call to get the list of photos, then I would expect it to make one extra call per photo, to get the description, but the calls apparently seem to be:
1,2,1,2,1,2 then 3,4,5,6,7
I.e. it reloads the info first two photos over and over. This appears to block it showing the captions until it is forced to do so by navigating back & forth or when the gallery loops.
Is there a bug in the code somewhere? Thanks for your attention.