bootstrap3 thumbnail grid

Ich finde ein Tutorial über Bootstrap Grid, aber es wurde in bootstrap1.x geschrieben. Jetzt möchte ich bootstrap3 verwenden, um den gleichen Effekt zu erzielen. Der Arzt sagt mit.img-thumbnail anstatt.media-grid, aber es scheint immer noch nicht zu funktionieren. Was ich will, ist ungefähr so:

Die 1.x Version ist:

<ul class="media-grid">
            <li>
                <a href="#">
                    <img src="http://placehold.it/290x200" />
                </a>
            </li>
            <li>
                <a href="#">
                    <img src="http://placehold.it/290x200" />

                </a>
            </li>
            <li>
                <a href="#">
                    <img src="http://placehold.it/290x200" />
                </a>
            </li>

    <!-- row of 4 thumbnails -->
            <li>
                <a href="#">
                    <img src="http://placehold.it/210x140" />
                </a>
            </li>
            <li>
                <a href="#">
                    <img src="http://placehold.it/210x140" />
                </a>
            </li>
            <li>
                <a href="#">
                    <img src="http://placehold.it/210x140" />
                </a>
            </li>
            <li>
                <a href="#">
                    <img src="http://placehold.it/210x140" />
                </a>
            </li>       

        </ul><!-- end media-grid -->

Antworten auf die Frage(2)

Ihre Antwort auf die Frage