How do I space these images inside of a Bootstrap 3 grid system?
问题 I am wondering which is the best way to put spaces in between these 3 images with CSS using Bootstrap 3 RC2 as what I have done at the moment is not auto-resizing the images, even though I have set the width to auto in my #picture id tag. I wish for them to b inline and resize the images accordingly. Here is my markup: <div class="container"> <div class="row"> <div class="col-lg-4"> <img src="http://placehold.it/350x250" id="picture" /> </div> <div class="col-lg-4"> <img src="http://placehold