Skip to content Skip to sidebar Skip to footer

Skrollr.js Plugin Not Parallaxing Inside Bootstrap Carousel - Fiddle Provided

I am having a problem with the SKrollr.js plugin for Parallax and smooth scrolling. Everything works fine except Bootstrap carousel's, and im sure any carousel for that matter. It'

Solution 1:

I'm guessing that you need to do a refresh since I notice it works if I resize the browser.

Try this code:

setTimeout(function () {
skrollr.get().refresh();
}, 0);

You can change the timeout to 1000 if necessary to ensure everything loads.

Post a Comment for "Skrollr.js Plugin Not Parallaxing Inside Bootstrap Carousel - Fiddle Provided"