Hi Philip,
The problem seems to be with this line:
Code:
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:false},
As long as I set
randomize:true everything works in Chrome, but setting
randomize:false nothing works in Chrome (I don't have IE). Since I don't know why Chrome doesn't understand that or how to fix it I would recommend you to set
randomize:trueRegards,
Cédric
Update: The reason is probably not the above mentioned randomize:false but your first picture! Try entering
http://www.kilpatrickfamilyfarm.com/Ima ... er/CSA.jpg in Safari and it works. Try entering it in Chrome and you get nothing at all. Why? Did you change the extension from something else to .jpg? If Chrome can't read that image when setting randomize:true it simply doesn't display it and displays the other images instead. If Chrome can't read that image and it is first then Chrome doesn't display anything at all.
Update 2: Enter the URL of the image in Firefox and you get a message "The image cannot be displayed because it contains errors" so I guess it must be your image.