Hi Guys,
I’m having trouble getting my innerfade rolling banner to load up quickly. It takes around 6 seconds for the images to load. Each image is around 4k so its not a image size issue.
I’m using the below call and the website address is
http://www.changex.ltd.uk/
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/jquery.innerfade.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($){
$('ul#rolling-banner').innerfade({
speed: 3000,
timeout: 6000,
type: 'sequence',
containerheight: '220px'
});
});
</script>
I’m also using slimbox which loads up after innerfade but I don’t think this is causing and issue.
Hopefully someone can help me with this.
Thanks
J