gpt4 book ai didi

javascript - jQuery Mobile ListView 中的响应式图像

转载 作者:行者123 更新时间:2023-12-03 10:48:10 25 4
gpt4 key购买 nike

我正在使用 clásico listview 的示例,其中包含 jquery 移动文档中的缩略图。但如果我上传不同尺寸的图像,它们不适合分辨率。怎么解决这个问题?

代码:http://demos.jquerymobile.com/1.4.5/listview/#&ui-state=dialog

最佳答案

您可以使用 CSS max-width 和 max-height

li.ui-li-has-thumb img {
max-width: 80px;
max-height: 80px;
}

或者您可以强制设置您想要的大小:

li.ui-li-has-thumb img {
width: 80px;
height: 80px;
}

关于javascript - jQuery Mobile ListView 中的响应式图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28490077/

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