Jquery xs处引导转盘中的项目/图像大小调整不正确

Jquery xs处引导转盘中的项目/图像大小调整不正确,jquery,html,css,twitter-bootstrap,Jquery,Html,Css,Twitter Bootstrap,我一直试图用CSS解决这个问题,但从技术上讲,这是一个JS问题吗 .carousel-inner .item { max-width: 100%; max-height: 100%; } .carousel-inner .item img { width: 100%; min-height: 100%; max-height: none; } 以下是我对媒体的提问 /* Tablets an medium desktops */ @media (min

我一直试图用CSS解决这个问题,但从技术上讲,这是一个JS问题吗

.carousel-inner .item {
    max-width: 100%;
    max-height: 100%;
}

.carousel-inner .item img {
    width: 100%;
    min-height: 100%;
    max-height: none;
}
以下是我对媒体的提问

/* Tablets an medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Tablets portrait and small desktops*/
@media (min-width: 768px) and (max-width: 991px) {
}
/* landscape phones and portrait tablets */
@media (max-width: 767px) {
}
/* landscape phones and small devices */
@media (max-width: 480px) and (height: 300px) {
}

新的,甚至张贴问题。请跟我说。请提供一些例子,说明什么是错误的新的,甚至张贴问题。请跟我说说。请举例说明什么是错的