Bootstrap-Karussell Höhe anpassen

Ich bin neu in der Bootstrap-und ich habe eine Frage zum Karussell. Ich brauche, um eine Höhe von 700px auf großen Bildschirmen (pcs) und eine Höhe von 500 Pixel für Handys. Wie kann ich es tun? Ich habe diese:

 @media (min-width: 320px){
    .carousel-caption p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
    }
    .carousel {
    height: 500px;
    margin-bottom: 60px;
    }

    .carousel .item {
    height: 500px;
    background-color: #777;
    }
    .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
    }

}

Ich auf eine Antwort warten.

Dank!

InformationsquelleAutor Microsource | 2013-12-06
Schreibe einen Kommentar