gpt4 book ai didi

javascript - 如何调整 png 图像以适应 div?

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

我正在尝试调整 PNG 图像的大小以适应 div

这是我想将其放入的 div: enter image description here

但这就是它的样子:

enter image description here

我试图通过这个 Changing image sizes proportionally using CSS? 来解决它但没有发现任何变化。

这是代码片段:

 <div className="Card-header">
{this.props.roadmapID}
<label className="Card-header-status">{this.props.technology.toString().replace(/,/g , " ")}</label>
<label>{this.props.category}</label>
<img src="images/dark_chat.png"></img>
<CardStatus
status = {this.props.status}
onClickStatus = {this.props.onClickStatus}
/>
</div>

最佳答案

div.Card-header > img {
max-width: 100%;
max-height: 100%;
}

关于javascript - 如何调整 png 图像以适应 div?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45862985/

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