xraylp / contao-flickity-slider
Contao Module for the Flickity Slider by Metafizzy
Installs: 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 1
Type:contao-bundle
Requires
- php: >=7.0
- contao/core-bundle: ~4.4
This package is not auto-updated.
Last update: 2024-11-10 05:46:10 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.