This plugin takes the size of your browser's viewport and resize the slider content accordingly without disturbing the animation effect.
Chrome, Opera, Firefox, IE 10+
- jQuery
- SCSS/CSS
- BootStrap
Include stylesheet CSS/SCSS in head of your HTML file:
<link rel="stylesheet" type="text/css" href="scss/slider.css">
Include script file in head of your HTML file:
<script type="text/javascript" src='js/slider.js'></script>
Include slider div with class named "slider_container"(as in demo index.html) in your HTML page. Please take care that elements with class "item_each" and "img_wrap" are same in number.
Visit our Website development and maintenance page Here