metafizzy / flickity

:leaves: Touch, responsive, flickable carousels
https://flickity.metafizzy.co
7.52k stars 605 forks source link

How to install flickity #821

Closed vinhhali closed 5 years ago

vinhhali commented 6 years ago

can help me install flickity, i use demo on codepen.io successfully, and i proceed to copy on html and css import your website . however flickity inactive , please help me !!

kukac7 commented 6 years ago

@vinhhali demo link pls? import <script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script> too.

vinhhali commented 6 years ago

i code on menu mobile theme , you cant help me . Link here : https://muradbeauty.com/

kukac7 commented 6 years ago

@vinhhali I do not know what the problem is and what to look at. 🤷‍♂️

desandro commented 6 years ago

You need to add flickity.css and flickity.pkgd.min.js to your site. You can do so by directly pointing to unpkg:

Link directly to Flickity files on unpkg.

<!-- CSS -->
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">

<!-- JavaScript -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>