Setup
Add the following code in the head section of your HTML document.
<link href="css/quake.slider.css" rel="stylesheet" type="text/css" /> <link href="skins/plain/quake.skin.css" rel="stylesheet" type="text/css" /> <script src="js/quake.slider-min.js" type="text/javascript"></script> $(document).ready(function () { $('.quake-slider').quake({ effects:['swirlFadeOutRotate', 'swirlFadeOutRotateFancy', 'swirlFadeIn', 'swirlFadeOut'], thumbnails: true, animationSpeed: 500, applyEffectsRandomly: false, navPlacement: 'outside', navAlwaysVisible: true }); });