Skip to content Skip to sidebar Skip to footer

Smoothslides.js Image Preload

I am currently using smootheslides.js for the main banner on my site. However, there is this preload of the image that delays the display of the images. Not sure how I can show you

Solution 1:

I actually did this for my site yesterday. Theres not much you can do other than having fast upload speed on your server. But you can change the images to web type like png 8 bit or gif. You could also add something to the you images like so the code below however it wont change the speed...

<img src'FILE' style='display: none' onload='this.style.display="block";'>

Post a Comment for "Smoothslides.js Image Preload"