jQuery Plugins - Slick

Slick has great documentation. Navigate to the "Get it Now" section and copy those URLs. Place the CSS in the head and the JS at the bottom of your page. Note that you may have to add https: before the "//"

Just add the markup like in their example:

Note that Slick accepts as it's argument an Object (like when we're changing multiple CSS properties with jQuery).

Remember it's like a bunch of variables within curly braces, but instead of = signs they use :

And instead of a semicolon ; they use a comma ,

			$('.your-class').slick({
				autoplay: true,
				dots: true
			});
		

Good source for dummy images: Lorem Pixel