gpt4 book ai didi

jquery - Css 只显示图像的中心部分

转载 作者:技术小花猫 更新时间:2023-10-29 11:01:28 24 4
gpt4 key购买 nike

是否可以只显示图像的中心部分。例如,使用 CSS 或 JQUERY css 的图像高度 =300 px 和宽度 =520px 会更好,否则我可以使用 Jquery,谷歌搜索没有帮助我

我可以使用 css 仅显示 200 * 130 形成中心吗例如

 -----------------------
| |
| -------- |
| |Need this| |
| | Part | |
| --------- |
|_______________________|

最佳答案

你可以将图像设置为元素的背景,然后像这样:

        div {
background: #eee url(http://www.google.co.cr/logos/classicplus.png) center center;
width: 100px;
height:100px;
border: 1px solid red;
text-indent: -9999px;
}
<img src="http://www.google.co.cr/logos/classicplus.png">
<div>some text that won't be seen</div>

最后得到类似 http://jsfiddle.net/9nBRe/ 的东西

关于jquery - Css 只显示图像的中心部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6894419/

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