gpt4 book ai didi

html - div 内的图像根据 Edge 上的标题长度调整大小

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

我对 div 有疑问。它看起来像这样:

<div fxLayout="column" fxLayoutGap="20px">
<h1 class="mat-display-1">Welcome to $TITLE$</h1>
<img *ngIf="logoData" [src]="logoData" class="logo" alt="logo"/>
</div>

在 chrome 和 firefox 上一切正常,但在 edge 上图像会根据 h1 标签的长度调整大小。这是 CSS:

.logo {
max-width: 300px;
max-height: 90px;
display: block;
width: auto;
height: auto;
margin: auto;
}

和 div:

flex-direction: column;
box-sizing: border-box;
display: flex;

边缘图像是这样的: enter image description here

和 Chrome : enter image description here

为什么边缘使图像变大?我该如何解决?

最佳答案

logo 类中使用 object-fit: contain;

关于html - div 内的图像根据 Edge 上的标题长度调整大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57473470/

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