gpt4 book ai didi

html - 如何在网格中定义图库响应图像大小

转载 作者:行者123 更新时间:2023-11-27 23:04:25 27 4
gpt4 key购买 nike

.gallery 中的所有 12 个 li img 在 codepen.io 中正确显示,但当被引入 jsfiddle 时 https://jsfiddle.net/n61y2acv/它打破并显示过去的 .gallery 宽度。为什么会出现这种情况?

.gallery {
display: grid;
grid-gap: 0.75rem;
grid-auto-flow: dense;
padding: 40px;
list-style: none;
background: white;
width: 100%;
box-sizing: border-box;
margin-top: 0;
margin-bottom: 0;

li {
figure, img {
width: 100%;
height: 100%;
margin: 0;
border-radius:15px;
display: block;
object-fit: cover;
}
}
}

最佳答案

给你的图像元素最大宽度!

img {
max-width: 100%;
}

关于html - 如何在网格中定义图库响应图像大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58808989/

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