gpt4 book ai didi

html - 在 DIV 中展开图像

转载 作者:太空狗 更新时间:2023-10-29 14:07:35 30 4
gpt4 key购买 nike

如何在调整大小后将图像扩展为与 div 具有相同的高度?或者如何用颜色填充图像留下的空白区域?

最佳答案

我想这会得到你想要的结果:

<style>
div {
width:50px;
height:100px;
}

div img {
height:100%;
}
</style>
<div>
<img src='path/to/img.gif' />
</div>

图像现在将填充到容器 div 的高度,并根据其纵横比缩放其宽度。这可能会导致图像扩展超过容器 div 的预期宽度边界,但要小心。

关于html - 在 DIV 中展开图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/797595/

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