gpt4 book ai didi

javascript - 在 nivoslider 中调整图像大小

转载 作者:太空宇宙 更新时间:2023-11-03 18:19:05 25 4
gpt4 key购买 nike

我对图像尺寸有疑问。我正在使用 nivoslider。我通过这个在 CSS 中设置宽度和高度:

.nivoSlider img {
width:688px !important;
height:324px !important;

当我上传宽度为 688 像素和高度为 324 像素的图片时,它会起作用,但是当我上传其他尺寸的图片时,它不会设置该尺寸。

可以看看这个页面http://www.zsmltu.cz/2014/并检查 slider 。

js文件在这里http://pastebin.com/NMNqT2ui

你能告诉我如何更改 JS 文件以将图像调整为宽度:688px 和高度:324px

最佳答案

替换

.nivoSlider img { 
width:688px !important;
height:324px !important;

.nivoSlider img { 
width: 688px;
height: auto;
}

关于javascript - 在 nivoslider 中调整图像大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22234979/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com