From: Michael B. <be...@ju...> - 2014-05-25 18:54:42
|
Hi, thanks for your help, this got me a big step further. Now I want to display a slideshow: I am retrieving images from flickr into an array, and now I want to iterate through those images with #each My code shows only the last image. Seems like the window is not updated while the initial code is run. I would like to force an update at the end of each #each iteration. How may I do that? Is there a better way? My current code is here: https://gist.github.com/anonymous/3ac047a590a1f02769e5 Cheers Michael |