Vote count:
0
Here I Am Using Script For Slick Slider-->> jQuery(document).ready(function() {
jQuery('.center').slick({
centerMode: true,
centerPadding: '0px',
slidesToShow: 3,
responsive: [
{
breakpoint: 768,
settings: {
arrows: true,
centerMode: true,
centerPadding: '0px',
slidesToShow: 3
}
},
{
breakpoint: 480,
settings: {
arrows: true,
centerMode: true,
centerPadding: '0px',
slidesToShow: 2
}
}
]
});
})
Here I Am Using Script For Revoltion Slider jQuery(document).ready(function() { if (jQuery.fn.cssOriginal!=undefined) jQuery.fn.css = jQuery.fn.cssOriginal; jQuery('.banner').revolution({ delay:9000,
startheight:490,
startwidth:890,
hideThumbs:200,
thumbWidth:100, // Thumb With and Height and Amount (only if navigation Tyope set to thumb !)
thumbHeight:50,
thumbAmount:5,
navigationType:"both", //bullet, thumb, none, both (No Thumbs In FullWidth Version !)
navigationArrows:"nexttobullets", //nexttobullets, verticalcentered, none
navigationStyle:"round", //round,square,navbar
touchenabled:"on", // Enable Swipe Function : on/off
onHoverStop:"on", // Stop Banner Timet at Hover on Slide on/off
navOffsetHorizontal:0,
navOffsetVertical:20,
shadow:1, //0 = no Shadow, 1,2,3 = 3 Different Art of Shadows (No Shadow in Fullwidth Version !)
fullWidth:"off" // Turns On or Off the Fullwidth Image Centering in FullWidth Modus
});
});
asked 15 secs ago
jQuery Conflict in Revolution Slider and slick slider
Aucun commentaire:
Enregistrer un commentaire