gpt4 book ai didi

angular - 如何让图片留在容器内不溢出

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

即使在给容器 overflow:hidden 之后,容器内的图像也会溢出。

这根本不会发生,并且在给出 overflow:hidden 之后也不应该发生,但是由于某种原因它仍然会出错

如有任何帮助,我们将不胜感激。

图片

enter image description here

HTML:

<div class="row">
<div class="col-xl-3 col-lg-3 col-md-6" *ngFor="let images of brandImages">
<div class="brands">
<img src="{{ images }}" alt="" />
</div>
</div>
</div>

CSS

.brands {
margin-top: 18px;
border: 1px solid silver;
height: 200px;
margin-bottom: 25px;
overflow: hidden;
}

img {
width: 100%;
height: 100%;
object-fit: contain;
}

最佳答案

我已尝试重现您的问题:CodeSandbox一切似乎都按预期工作,所以我认为这可能与浏览器有关。每个浏览器都会出现这个问题吗?您是否缩放了页面(缩放)?

关于angular - 如何让图片留在容器内不溢出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54444059/

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