I am trying to learn JS by studying existing codes. I have figured out
(for the most part) how to use buttons to cycle through the images.
The problem I'm having is (most importantly) I don't want all of the
images to be preloaded. I'm running a slideshow (actually, I guess
it'd be called a picture viewer) with over 30 somewhat large pictures.
On a dialup connection, it takes FOREVER to load.
Also, if possible, can JS autosize an image on the fly keeping aspect
ratio?
Thanks for your help.
---
Derek Tombrello
Shelby TV Service
mrmagnet@bellso uth.net
(for the most part) how to use buttons to cycle through the images.
The problem I'm having is (most importantly) I don't want all of the
images to be preloaded. I'm running a slideshow (actually, I guess
it'd be called a picture viewer) with over 30 somewhat large pictures.
On a dialup connection, it takes FOREVER to load.
Also, if possible, can JS autosize an image on the fly keeping aspect
ratio?
Thanks for your help.
---
Derek Tombrello
Shelby TV Service
mrmagnet@bellso uth.net
Comment