Third Party Extensions

It's easy to use the slick slider within a third party extension.

HTML-Template

<div id="slickcarousel1" class="slick-item">
  <!-- Your slick items --/>
</div>

Sample

Test it! Copy and paste code from below to an HTML content element.

<div id="slickcarousel1" class="slick-item">
  <div>
    Item 1
  </div>
  <div>
    Item 2
  </div>
  <div>
    Item 3
  </div>
</div>

Setup

The id from above "slickcarousel[1..3]" has an corresponding category in the Constant Editor.

See at:

  • SLICK - CAROUSEL - [1..3] - JAVASCRIPT PROPERTIES