xraylp/contao-flickity-slider

Contao Module for the Flickity Slider by Metafizzy

v2.0.0 2017-12-20 21:45 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:34:51 UTC


README

Contao Module for the Flickity Slider by Metafizzy

Requirements

  • Contao 3.5 for Version 1
  • Contao 4 for Version 2
  • Latest Flickity Slider

Install

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)

Copyright

This project has been created and is maintained by XRayLP.