learning_brain
New Member
- Messages
- 206
- Reaction score
- 1
- Points
- 0
My Image Search Engine is now working very nicely and provides lots of high quality images....
Thats the problem.....
Each image was taking ages to load, so I created a dynamic thumbnail navigator with a large preview (original image) on hover (put in a span). This works pretty well, but the thumbs do not necessarily load first, and if you look at it, some of the large images in the background are already loading and taking a heavy toll before all thumbs have shown.
After LOTS of googlereads I am coming to the conclusion that the JS onload is the only way to give any control, but does anyone else have any other ideas. (javascript not being a preferred solution in a pretty much javascript-free site).
My other solution is to have the "large" preview as a GD created image as well, but this will seriously eat into my space.
Thats the problem.....
Each image was taking ages to load, so I created a dynamic thumbnail navigator with a large preview (original image) on hover (put in a span). This works pretty well, but the thumbs do not necessarily load first, and if you look at it, some of the large images in the background are already loading and taking a heavy toll before all thumbs have shown.
After LOTS of googlereads I am coming to the conclusion that the JS onload is the only way to give any control, but does anyone else have any other ideas. (javascript not being a preferred solution in a pretty much javascript-free site).
My other solution is to have the "large" preview as a GD created image as well, but this will seriously eat into my space.