gpt4 book ai didi

html - 高度为 100% 图像的 Chrome 随机不保持纵横比并拉伸(stretch)图像。

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

这个问题很容易解释...我有一个高度为 90% 的容器 div 和一个高度为:100% 的包含图像以填充其容器。这是简单的 CSS:

.carousel-item .img {
height: 90%;
text-align: center;
}
.carousel-item .img img {
height: 100%;
max-height: 384px;
max-width: 497px;
}

问题是 只是 Chrome 随机地(但它经常发生)拉伸(stretch)宽度图像,就像我将宽度属性设置为 100% 但我没有这样做,因为我想保留它纵横比。我想知道这是否是 Chrome 错误,或者有解决方法。我链接了两个截图:

感谢您的帮助。

最佳答案

.carousel-item .img img {
height: 100%;
width: auto;
max-height: 100%;
max-width: 497px;
}

关于html - 高度为 100% 图像的 Chrome 随机不保持纵横比并拉伸(stretch)图像。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28212956/

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