G
Gary Hasler
I have a pictures page with a LOT of thumbnails which take a while to
load. The problem is the picture viewer will not display or swap the
big picture until all the thumbs have loaded. I assume there is some
sort of event queue, and the big picture swap has to wait for the page
load to finish. What can I do about this?
Here is the current implementation, which uses "Colorbox", a jQuery
based "lightbox" clone. However the delay problem existed when I had
other simpler viewers:
http://www.thelogconnection.com/inprogress_project.php?project=Jones&page=pix
I have experimented with using blank thumbnails in the html and then
swapping in the real thumbs using JS triggered by the body.onload()
event, which has some promise but doesn't seem to work in IE7 for some
reason:
http://www.thelogconnection.com/inprogress_projectB.php?project=Barnhart&page=pix
load. The problem is the picture viewer will not display or swap the
big picture until all the thumbs have loaded. I assume there is some
sort of event queue, and the big picture swap has to wait for the page
load to finish. What can I do about this?
Here is the current implementation, which uses "Colorbox", a jQuery
based "lightbox" clone. However the delay problem existed when I had
other simpler viewers:
http://www.thelogconnection.com/inprogress_project.php?project=Jones&page=pix
I have experimented with using blank thumbnails in the html and then
swapping in the real thumbs using JS triggered by the body.onload()
event, which has some promise but doesn't seem to work in IE7 for some
reason:
http://www.thelogconnection.com/inprogress_projectB.php?project=Barnhart&page=pix