jquery - Bootstrap customize carousel blurry thumbnail -


enter image description here

i wanted make clear can see on picture thumbnail blurry wanted make clear image. , arrow on thumbnails close end picture.

<div class="col-sm-12" style="padding:0px !important;">   <div id="mycarousel" class="carousel slide" data-ride="carousel">       <div class="carousel-inner">           <div class="item active">               <img src="" class="crsl-img">           </div>           <div class="item">               <img src="http://placehold.it/350x250/00ffff/000&amp;text=product+image+2" class="crsl-img">           </div>           <div class="item">               <img src="http://placehold.it/350x250/ff00ff/fff&amp;text=product+image+3" class="crsl-img">           </div>           <div class="item">               <img src="http://placehold.it/350x250/ffff00/000&amp;text=product+image+4" class="crsl-img">           </div>           <div class="item">               <img src="http://placehold.it/350x250/612b65/fff&amp;text=product+image+5" class="crsl-img">           </div>           <div class="item">               <img src="http://placehold.it/350x250/00ffff/000&amp;text=product+image+6" class="crsl-img">           </div>           <div class="item">               <img src="http://placehold.it/350x250/db371b/fff&amp;text=product+image+7" class="crsl-img">           </div>           <div class="item">               <img src="http://placehold.it/350x250/feb8aa/000&amp;text=product+image+8" class="crsl-img">           </div>       </div>       <a class="left carousel-control" href="#mycarousel" role="button" data-slide="prev">           <span class="glyphicon glyphicon-chevron-left"></span>       </a>       <a class="right carousel-control" href="#mycarousel" role="button" data-slide="next">           <span class="glyphicon glyphicon-chevron-right"></span>       </a>   </div> </div><!-- end col-md-12 --> 


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -