Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.gmarwaha.com/jquery/jcarousellite/js/jquery.jcarousellite.min.js"></script>
  <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
</style>
</head>
<body>
  <div class="carousel default">
    <button class="prev"><<</button>
    <div class="jCarouselLite">
        <ul>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/1.jpg" alt="" width="150" height="118"></li>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/2.jpg" alt="" width="150" height="118"></li>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/3.jpg" alt="" width="150" height="118"></li>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/4.jpg" alt="" width="150" height="118"></li>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/5.jpg" alt="" width="150" height="118"></li>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/6.jpg" alt="" width="150" height="118"></li>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/7.jpg" alt="" width="150" height="118"></li>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/8.jpg" alt="" width="150" height="118"></li>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/9.jpg" alt="" width="150" height="118"></li>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/10.jpg" alt="" width="150" height="118"></li>
            <li><img src="http://www.gmarwaha.com/jquery/jcarousellite/image/11.jpg" alt="" width="150" height="118"></li>
        </ul>
    </div>
    <button class="next">>></button>
    <div class="clear"></div>   
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/processing.js/1.4.1/processing-api.min.js"></script>
</body>
</html>
 
  $(".jCarouselLite").jCarouselLite({
    btnNext: ".next",
    btnPrev: ".prev",
    easing: "fade",
    speed: 1000
  });
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers