如果可能的话,请帮助减小滑块的高度 现在滑动page高度395px,200px并需要 我在Photoshop中尝试调整源图像的大小,但页面上幻灯片的高度没有改变
答案 0 :(得分:0)
为.main-radius7
添加宽度。真的不能添加一个演示,因为你没有提供代码,但这就是你所要做的。
同样适用于height
。
所以你会有类似的东西:
.radius7{
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
width: 400px;
height: 100px;
}
答案 1 :(得分:0)
我只看到您在height: auto;
中应用.rslides img
的页面,该页面无效。您需要像height: 200px;
或许,您可能希望获得回应,因此请使用max-width: 100%;
答案 2 :(得分:0)
使用.height()
$('.main.radius7').height(200);