Hi Mohamed & Kyle,
Thanks for helping. I’ve changed the code, but doesn’t seem to work.
thisCarousel.imagesLoaded(function () {
thisCarousel.carouFredSel({
items : carouselColumns,
scroll : {
visible : {
width: carousel.find("> li:first").width(),
min: 1,
max: carouselColumns
},
easing : "easeOutQuart",
duration : 1000,
pauseOnHover : true
},
auto : {
play : true
It does something, because when it’s set on ‘true’, it takes a very long time for the carousel to load. But then when it loads, it doesn’t autoplay.
Don’t know if I did something wrong, please let me know. Otherwise I’ll just do without autoplay. Thanks anyway.