Javascript not work in blogger help

Hy i have have problem again with javascript.

i want to put slick slider on my blogger. but the js code not work. i have this code from codepen https://codepen.io/jamy/pen/gbdWGJ

my question is, how to input this code on blogger?

var flkty = new Flickity( '.main-gallery', {
  cellAlign: 'left',
  contain: true,
  wrapAround: true,
  prevNextButtons: false,
  autoPlay: 1000
});

i try use same option, but always failed. please help thx

Search for “add JavaScript Blogger”. You’ll find things like this:

(function(){
var flkty = new Flickity( '.main-gallery', {
  cellAlign: 'left',
  contain: true,
  wrapAround: true,
  prevNextButtons: false,
  autoPlay: 5000
});
})();

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.