Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to keep more than 1 image on the same line when resizing with bootstrap?
    primarykey
    data
    text
    <p>I am new to bootstrap. I got this code</p> <pre><code>&lt;div class="row-fluid inline"&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img823/3578/lnrk.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img593/2931/5mzt.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img841/6476/bk2j.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img823/3578/lnrk.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img593/2931/5mzt.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img841/6476/bk2j.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;/div&gt; &lt;br /&gt; &lt;div class="row-fluid inline"&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img823/3578/lnrk.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img593/2931/5mzt.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img841/6476/bk2j.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img823/3578/lnrk.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img593/2931/5mzt.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;div class="img-responsive span2 p-10"&gt;&lt;img src="http://imageshack.us/a/img841/6476/bk2j.jpg" alt="Responsive image"/&gt;&lt;/div&gt; &lt;/div&gt; </code></pre> <p>It shows 2 rows of 6 columns/images. When I resize it to a certain point, it shows multiple rows of 1 image. Instead, I would like to have 4 rows of 3 images/columns. Is there a simple way to do this with bootstrap?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload