Skip to content Skip to sidebar Skip to footer

Custom Background FadeInOut Gallery

Because of this background image's fadeInOut transitions produces weird effect in white all the texts i decided to program my own custom image rotator with fadeinout effect var in

Solution 1:

Well for starters it might save you some time and a few headaches to use one of these plugins:

(I've used them both)

First thing I've noticed with your code is you may need to set the background image as follows:

.css('background-image','url(' + imgSrc + ')'); 

Also notice on the second line ( the next.) you are still using imgSrc I think you mean to use imgSrc1 instead?


Post a Comment for "Custom Background FadeInOut Gallery"