Skip to content

XRayLP/contao-flickity-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flickity Slider Contao Extension

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.