Responsive Full window Image Slider Plugin scaleslider js - Download Responsive Full-window Image Slider Plugin - scaleslider.js

Download Responsive Full-window Image Slider Plugin – scaleslider.js

Posted on

This time I will share jQuery Plugin and tutorial about Responsive Full-window Image Slider Plugin – scaleslider.js, hope it will help you in programming stack.

Responsive Full window Image Slider Plugin scaleslider js - Download Responsive Full-window Image Slider Plugin - scaleslider.js
File Size: 298 KB
Views Total: 2601
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   

scaleslider.js is a lightweight, responsive, fullscreen jQuery image slider plugin that allows to slide through a group of images with a CSS3 based scale transition effect.

How to use it:

1. Link to the required stylesheet style.compressed.css for the basic slider styles.

1 <link rel="stylesheet" href="css/style.compressed.css">

2. Create a group of images and the add them together with the arrows navigation and dots pagination to the slider.

01 <div class="singleSlide">
02   <div class="singleSlideContainer">
03     <img src="1.png">
04     <img src="2.png">
05     <img src="3.png">
06     <img src="4.png">
07     <img src="5.png">
08     ...
09   </div>
10  
11   <div class="singleArrow saLeft"></div>
12   <div class="singleArrow saRight"></div>
13   <div class="singleDotsContainer"></div>
14 </div>

3. Place jQuery library and the scaleslider.min.js script at the end of the document so the page loads faster.

1 <script src="//code.jquery.com/jquery-3.0.0.min.js"></script>
2 <script src="js/scaleslider.min.js"></script>

4. Call the function and the plugin will take care of the rest.

1 $('.singleSlide').scaleslider();

5. Default plugin options.

1 sliderWidth     : '100%',
2 sliderHeight    : 300,
3 dot<a href="https://www.jqueryscript.net/tags.php?/Navigation/">Navigation</a>   : true,
4 arrowNavigation : true,
5 keyNavigation   : true

Change log:

2016-07-02

  • Small bug – fixes

2016-06-27

2016-06-22

  • bugfix

2016-06-17

  • added options.

2016-06-16

  • Code improvements

2016-06-15

  • Code improvements

This awesome jQuery plugin is developed by marffinn. For more Advanced Usages, please check the demo page or visit the official website.

source : jqueryscript.net