Hopefully this is a simple fix. My friends site www.autodentz.co.uk has a Jquery image fader (just 3 images) on the right on the home page. It seems to work fine in Firefox on my mac but for some reason on Chrome it doesnt load the full size of the images.
Can anyone help me please. Im very new to Jquery !!
The problem is Chrome is too fast LOL. It runs the plugin before all of the images are loaded, so all you need to do is switch the document.ready to window.load. Oh and there is an extra comma after the "pause: 1" that will make IE throw a fit, so remove that too.
Hopefully this is a simple fix. My friends site www.autodentz.co.uk has a Jquery image fader (just 3 images) on the right on the home page. It seems to work fine in Firefox on my mac but for some reason on Chrome it doesnt load the full size of the images.
Can anyone help me please. Im very new to Jquery !!
The site again is
www.autodentz.co.uk
Thanks in advance
The problem is Chrome is too fast LOL. It runs the plugin before all of the images are loaded, so all you need to do is switch the document.ready to window.load. Oh and there is an extra comma after the "pause: 1" that will make IE throw a fit, so remove that too.
Thanks you very much....that did the trick