Pre-load Images from MySQL?

Discussion in 'JavaScript' started by scottlpool2003, Oct 10, 2012.

  1. #1
    I'm using a featured content slider but have around 78 images in the gallery which take a while to load.

    I've seen a few scripts for pre-loading images but they all seem to be pre-loading static images where mine are in an array:

    echo "<li><img src=\"/wedding/slideshowpro/albums/album-9/lg/$src\" title=\"$title\"></li>";
    PHP:
    Is there a way to pre-load dynamic images?
     
    scottlpool2003, Oct 10, 2012 IP