Posts

Showing posts with the label css slider

Simple and cool image slider on your HTML page using CSS and slider.js

Image
As a web developer one always wondering about how to put a simple but  attractive image slider on their website's home page, specially when they own an e-commerce like website.                                            So, here i am going to show you a very simple image slider with a javaScript plugin called  swiper plugin . You can check their github repository here . You need to download plugin from swiper-master github repository (download link may be found in below download section), and link your html with js and css file as mentioned below. File name : index.html <!DOCTYPE html> <html> <head> <title>Image Slider</title>   <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> <link rel="stylesheet" type="text/css" href="swiper.min.css"> <link rel="stylesheet" type="text/css" href="style