Bootstrap thumbnails too small on mobile
问题 I have a set of Bootstrap thumbnails on my web page and I have set all the images with class .img-responsive . When I open the page on a mobile browser the thumbnails are appearing too small and I can't even resize them with css. Here are my thumbnails: <div class="row"> <div class="col-xs-6 col-md-3"> <a href="#" class="thumbnail"> <img src="images/thumbnails/traditional.jpg" class="img-rounded img-responsive" alt="..."> </a> </div> <div class="col-xs-6 col-md-3"> <a href="#" class=