jQuery(document).ready(function($) { /** * identifier variable must be unique ID */ var sangar = $('#sangar-example').sangarSlider({ timer : false, // true or false to have the timer pagination : 'content-horizontal', // bullet, content, none paginationContent : ["/images/product/105.jpg"], // can be text, image, or something paginationContentType : 'image', // text, image paginationContentWidth : 90, // pagination content width in pixel paginationImageHeight : 90, // pagination image height width : 600, // slideshow width height : 600, // slideshow height fixedHeight: true, scaleSlide : true // slider will scale to the container size }); })