Swiper Quick Start-up carousel-Mobile

Source: Internet
Author: User

<! DOCTYPE html>
<meta charset= "UTF-8" >
<title>Document</title>
<meta name= "viewport" content= "Width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, User-scalable=0 ">
<link rel= "stylesheet" href= "Swiper/swiper-3.4.1.min.css" >
<script src= ' swiper/swiper-3.4.1.min.js ' ></script>
<style>
img{width:100%;}
</style>
<body>
<div class= "Swiper-container" >
<div class= "Swiper-wrapper" >
<div class= "Swiper-slide" >
</div>
<div class= "Swiper-slide" >
</div>
<div class= "Swiper-slide" >
</div>
</div>
<!--If you need a pager--
<div class= "Swiper-pagination" ></div>
<div class= "Swiper-pagination" ></div>
<div class= "Swiper-pagination" ></div>

<!--If you need a navigation button--
<div class= "Swiper-button-prev" ></div>
<div class= "Swiper-button-next" ></div>
</div>
<script>
var myswiper = new Swiper ('. Swiper-container ', {
Loop:true,

If you need a page splitter
Pagination: '. Swiper-pagination ',

If you need to forward the back button
Nextbutton: '. Swiper-button-next ',
Prevbutton: '. Swiper-button-prev ',
Effect: ' Cube ',
})
</script>
</body>

Swiper Quick Start-up carousel-Mobile

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.