We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14236
    • 8 Posts
    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
      • 26931
      • 2,314 Posts
      hi there,
      did you try playing around with those values?:
                             speed: 3000,
                                      timeout: 6000,

      (clear your browser-cache after making changes)
        • 4310
        • 2,310 Posts
        Loads and looks fine to me smiley