Contao Module for the Flickity Slider by Metafizzy
- Contao 3.5 for Version 1
- Contao 4 for Version 2
- Latest Flickity Slider
First you have to install the Flickity Slider CSS and JS by adding the CDN to the Contao Layout. NOTE: This wonderful Slider was created by Metafizzy!
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<!-- or -->
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.css">
<!-- and -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<!-- or -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.js"></script>
In the second step you have to add the "xraylp/contao-flickity-slider" extension to contao through the Composer Package Manager. (If you use the old Package Manager, you will install the module manually)
This project has been created and is maintained by XRayLP.