gpt4 book ai didi

html - max-height 从底部裁剪图像,如何从顶部裁剪图像?

转载 作者:行者123 更新时间:2023-11-28 15:18:50 25 4
gpt4 key购买 nike

拥有这个 html/css 代码:

<!DOCTYPE html>
<html>
<head> <style>
img {
max-height: 100px;
overflow: auto;
}
</style>
</head>
<body>

<img src="http://www.wwwwwww.com//photos/foto.PNG" />

</body>
</html>

我们有这个结果

enter image description here

像这样修改css:

img {
max-height: 75px;
overflow: auto;
}

我们有这个结果

enter image description here

我需要做什么才能得到这个结果?:

enter image description here

我找到了 clip 属性,但是我使用的是 Bootstrap 轮播,我想在这个元素上实现这个必需的方法,你知道这是否可能吗?

最佳答案

我不确定它是否正是您要查找的内容,但将其包装在 <div> 中tag加上几个css属性,就可以达到效果。

我不喜欢尺寸的静态性质,所以如果您需要更动态的东西,请继续寻找,但这应该让您入门。

https://jsfiddle.net/e9jmrkkn/25/

关于html - max-height 从底部裁剪图像,如何从顶部裁剪图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38649874/

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