swiper插件怎么設置響應式高度自適應?
修改Swiper.css中的css即可,即:
.swiper-container {
/* Specify Swiper's Size: */
width: 100%;
height: 5rem;
}
.swiper-slide {
/* Specify Slides's Size: */
width: 100%;
height: 100%;
}
swiper插件怎么設置響應式高度自適應?
修改Swiper.css中的css即可,即:
.swiper-container {
/* Specify Swiper's Size: */
width: 100%;
height: 5rem;
}
.swiper-slide {
/* Specify Slides's Size: */
width: 100%;
height: 100%;
}