I want to fade the images when I do this code:
$(\"#large-img\").css(\'background-image\', \'url(\'+$img+\')\');
I\'ve tried putting fade i
If your trying to fade the backgound image but leave the foreground text/images you could use css to separate the background image into a new div and position it over the div containing the text/images then fade the background div.