Preload all images

A great feature would be a a way to preload all the images in an album. eg. if you are using lightbox an pagination in the gallery you can only see the loaded pics in lightbox, then you have to
  • close lightbox
  • go to next page
  • open lightbox again.
So lets say you load 10 images(with links to lighbox[standard printImageThumb() func.]), then preload the rest of the album after that(only the links to the images with rel=lightbox ). Then you can view the entire album without closing lightbox.

well the first page of the pagination is not so tricky. but the thing is that if you are on eg. page 2 you first have to preload

  • the links from page 1
  • then load the images with links form the page you are on
  • then preload the rest of the alb.
my php skills don't realy cut it for this so i need help ;)

and i hope I made myself clear?

Comments

  • If you check out the testing-js theme, it has some interesting google albums/picasa albums style preloading. It happens in the image view, but it preloads the rest of the album while you are looking at the current image.
  • Reda Member
    Is there anything we could use, as part of the zenphoto package to load all images in the background?
Sign In or Register to comment.