How to: Dynamic CMS slider - Integrating OwlCarousel2.js (slider) & Webflow CMS collection

Nice. Maybe i will update the guide (Almost the same steps).

I didn’t know Tiny Slider replace owl2.

You should also declare the container (Wraps the buttons):

tns({
  mode: 'carousel', // or 'gallery'
  controlsContainer: "#custom_controlsContainer",
  nextButton: '#prev', 
  nextButton: '#next', // String selector
});

1 Like