gpt4 book ai didi

css - 图像作为 flex 元素在 Chrome 中不随最大宽度缩放

转载 作者:太空宇宙 更新时间:2023-11-04 09:10:01 24 4
gpt4 key购买 nike

我在 flex 容器中有一个图像。

图像在 Chrome 中保持其原始高度,不会按比例调整大小。但是它在 Firefox 中有效。

<figure>
<img src="image.jpg">
<a href="#">A link to somewhere</a>
</figure>

figure {
display: flex;
width: 100%;
}

figure img {
max-width: 50%;
height: auto;
}

最佳答案

默认情况下,Flex 会使其子项高度相等。要禁用此行为,您可以指定 align-items: flex-start

https://jsfiddle.net/3s2hLv92/1/

关于css - 图像作为 flex 元素在 Chrome 中不随最大宽度缩放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42189131/

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