Multi Item Carousel

Regarding: bootsnipp.com/snippets/9kBZp

This snippet works great! I am only having one issue. If someone could help? When you resize the browser window the extra Carousel items drop below the slider for about 3 to 4 seconds before it fixes itself. Is this a JS issue?

jaysonjayson (0) - 4 years ago - Reply 0


it happens because the javascript is watching for changes at container width, if it changes, then he need recalc all again before fix the carousel, that's why that happen.

leandroruel () - 4 years ago - Reply 0