Unleash 2 was rewritten to provide better responsive design and a public method that can be called to reconstruct the slider.

In Unleash 2, you can call declared methods such as constructing, going to certain slide, play and more.

Unleash 2 provides a slideshow option with start, stop, next and previous buttons.

Unleash 2 contains a lot of options that you can change for maximum customization comfort.

Unleash 2 comes with a bunch of pre-styled captions and control bars.

Have no idea about jQuery, HTML? Don't worry, Unleash comes with detailed step by step documentation for setting up the slider.

//stylesheet used: example_6.css
$(document).ready(function() {
    var unleash = $("#outer").unleash({
		caption_animation: "double",
		duration:700,
		Event: "click",
		hide_controls: false,
		double_dist: ["28%", "28%", "32%", "28%", "32%", "28%"],
		collapse_on_mouseout: false
		}).data("plugin_unleash");
			
});