/** * Init Carousel 1. */ ( function( $ ) { "use strict"; $( document ).ready( function() { // Header Carousel. $( '#header-carousel' ).slick( { autoplay: true, autoplaySpeed: 10000 } ); } ); } )( jQuery );