Swiper simple DEMO

Developer
Size
2,798 Kb
Views
4,048

How do I make an swiper simple demo?

SwiperTouch slide demo. What is a swiper simple demo? How do you make a swiper simple demo? This script and codes were developed by Felquis on 07 December 2022, Wednesday.

Swiper simple DEMO Previews

Swiper simple DEMO - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Swiper simple DEMO</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.0/css/swiper.min.css'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ .swiper-container { width: 600px; max-width: 500px; width: 100%; height: 300px; margin-top: 200px;
}
.swiper-slide { display: flex; align-items: center; justify-content: center;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <!-- Slider main container -->
<div class="swiper-container"> <!-- Additional required wrapper --> <div class="swiper-wrapper"> <!-- Slides --> <div class="swiper-slide">Slide 1</div> <div class="swiper-slide">Slide 2</div> <div class="swiper-slide">Slide 3</div> </div> <!-- If we need pagination -->
<!-- <div class="swiper-pagination"></div> --> <!-- If we need navigation buttons --> <div class="swiper-button-prev"></div> <div class="swiper-button-next"></div> <!-- If we need scrollbar -->
<!-- <div class="swiper-scrollbar"></div> -->
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.0/js/swiper.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Swiper simple DEMO - Script Codes CSS Codes

.swiper-container { width: 600px; max-width: 500px; width: 100%; height: 300px; margin-top: 200px;
}
.swiper-slide { display: flex; align-items: center; justify-content: center;
}

Swiper simple DEMO - Script Codes JS Codes

'use strict';
var mySwiper = new Swiper('.swiper-container', { // Optional parameters direction: 'horizontal', loop: true, // If we need pagination // pagination: '.swiper-pagination', // Navigation arrows nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev'
});
Swiper simple DEMO - Script Codes
Swiper simple DEMO - Script Codes
Home Page Home
Developer Felquis
Username felquis
Uploaded December 07, 2022
Rating 3
Size 2,798 Kb
Views 4,048
Do you need developer help for Swiper simple DEMO?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Felquis (felquis) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!