Hi,
is there a way to suppress the preloading of images?
Tnx for a hint.
http://www.dynamicdrive.com/dynamici...plegallery.htm
Ronald
Hi,
is there a way to suppress the preloading of images?
Tnx for a hint.
http://www.dynamicdrive.com/dynamici...plegallery.htm
Ronald
Try finding the following block inside the .js file, and comment out the noted lines using "//":
Code:for (var i=0; i<setting.imagearray.length; i++){ //preloadimages[i]=new Image() //preloadimages[i].src=setting.imagearray[i][0] if (setting.imagearray[i][3] && setting.imagearray[i][3].length>setting.longestdesc.length) setting.longestdesc=setting.imagearray[i][3] }
DD Admin
Bookmarks