🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

bigSlider is a simple, lightweight, responsive jQuery image carousel / slider plugin that has the ability to highlight or enlarge the current image when focused on.

Carousel Image-Slider

Documentation

jquery-bigSlider

jQuery slider / carousel plugin with 2 types of focus: highlight (default) and enlarge

Read demo.html for detailed usage

<div id='wrapper1'>     <img src='images/1.jpg'/>     <img src='images/2.jpg'/>     <img src='images/3.jpg'/>     <img src='images/4.jpg'/>     <img src='images/5.jpg'/>     <img src='images/6.jpg'/>     <img src='images/7.jpg'/> </div> 
<script src="jquery-bigSlider.js"></script> <script type="text/javascript"> jQuery('#wrapper1').bigSlider(); </script> 

You May Also Like