jQuery(document).ready(function(e) { jQuery('#my_carousel_ct').tsSlider({ thumbs:''/*top,left,bottom,right*/ , width:'responsive'/*responsive or pixels width*/ , showText: true /*muestra el caption del texto*/ , autoplay: 5000 /*autoplay slider in miliseconds, You can set 0 or false for no autoplay*/ , imgWidth: 100/* width img in %*/ , imgHeight: 100/* height img in %*/ , imgMarginTop: 0/*margin img from top */ , imgMarginLeft: 0/*margin img from left */ , squared: false /*Habillitar modo cuadrante si lo habilita el parametro textPosition no funcionara el texto curadante queda posicionado al 25% dependiendo el parametro textSquarePosition */ , textSquarePosition: 0 /*Si squeared sesta habilitado puedes utilizar esta opciones 1=text superior izquerda,2=text superior derecha, 3=texto inferior derecha, 4= texto inferior izquierda, 5=center */ , textPosition: 'right'/*top,left,bottom,right,center*/ , imgAlignment: 'right'/*Center, left, right*/ , textColor: 'fff'/*color hex without #*/ , skin: 'transparent'/* transparent or ts-skin-[1-38] */ , arrows:'ts-arrow-1'/* transparent or ts-arrow-[1-10] */ , sliderHeight: 180 /* Slider height */ , effects:'slideH'/*''-->default boostrap --> 'random', 'cubeH', 'cubeV', 'fade', +'sliceH', +'sliceV', +'slideH', +'slideV', +'scale', +'blockScale', +'kaleidoscope', +'fan', +'blindH', +'blindV', -'fadein', +-'blind', +-'fallingbars', +-'appear', +-'fillin', +-'explode', +-'jumble', +-'risingbars', +-'paint', +-'diagonal', +-'crunchingbars', +-'slidein', 'scrollVert3d', 'scrollHorz3d', 'scrollVert', 'scrollHorz' IE only support Fade */ , titleBold: 'false' //true or false , titleItalic: 'false' //true or false , textBold: 'false' //true or false , textItalic: 'false' //true or false , textWidth: '100%' ///text w/idth porcentage , background_sld:'#FFF' /*slider background url or color hex, default transparent or leave ''*/ , background_caption:'#C8C8C8' /*slider background url or color hex, default transparent or leave ''*/ }); });