[ad_1]
Hello, I’m wondering how I can turn on the “adaptive height” function as described in Slick’s page https://kenwheeler.github.io/slick/
Slick gives the following code”
$(‘.one-time’).slick({ dots: true, infinite: true, speed: 300, slidesToShow: 1, adaptiveHeight: true });
But doesn’t explain WHERE I should add this code. Any help would be appreciated.
The reason I need it is that I have carousel content with wildly different heights. So the dots sometimes appear far from the bottom of the content.

The page I need help with: [log in to see the link]
