OsArts / stack

Using or seeking for stack techologies.
0 stars 1 forks source link

Slider swiper #5

Open vovs03 opened 5 years ago

vovs03 commented 5 years ago

Slider swiper

Most modern mobile touch slider with hardware accelerated transitions http://idangero.us/swiper/

vovs03 commented 5 years ago

Use Swiper from CDN

http://idangero.us/swiper/get-started/

If you don't want to include Swiper files in your project, you may use it from Swiper on cdnjs. The following files are available:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.x.x/css/swiper.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.x.x/css/swiper.min.css">

<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.x.x/js/swiper.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.x.x/js/swiper.min.js"></script>

Don't forget to change 4.x.x to actual Swiper version

vovs03 commented 5 years ago

Add before </body>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.4.6/css/swiper.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.4.6/js/swiper.min.js"></script>