jquery - Boostrap 3.0 Carousel - different width images -
i use bootstrap 3.0 carousel display image slider on webpage. page here: http://wasup.si/test-bid1
the problem have images of different width, of same height. images stick together. basically, width of item class should same of image. knows how can this?
the full carousel width should still 100% of page, showing more items one.
best way use other carousel
http://owlgraphic.com/owlcarousel/demos/images.html
<div id="owl-demo"> <div class="item"><img src="assets/owl1.jpg" alt="owl image"></div> <div class="item"><img src="assets/owl2.jpg" alt="owl image"></div> <div class="item"><img src="assets/owl3.jpg" alt="owl image"></div> <div class="item"><img src="assets/owl4.jpg" alt="owl image"></div> <div class="item"><img src="assets/owl5.jpg" alt="owl image"></div> <div class="item"><img src="assets/owl6.jpg" alt="owl image"></div> <div class="item"><img src="assets/owl7.jpg" alt="owl image"></div> <div class="item"><img src="assets/owl8.jpg" alt="owl image"></div> </div>
Comments
Post a Comment