使用 CSS 缩放背景图像
如何使用 CSS 缩放背景图像?图像附加了CSS,我想缩放它以适应一定的宽度
How does ones scale a background image with CSS? The image is attached with CSS, and I would like to scale it to fit a certain width
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试以下代码:
然后在 html 中输入:
它可以工作。我测试过。
You may try the following code:
Then in the html just put:
It works. I tested it.
使用
background-size
属性(有限支持)。With the
background-size
property (which has limited support).Javascript 是一个很好的开始方式,“jquery.backstretch.js”是一个非常好的 jquery 库来缩放背景图像。
或者,如果您的目标客户端使用现代浏览器,这意味着它可以支持 CSS3,
使用这个:
http://www.w3schools.com/cssref/css3_pr_background-size.asp< /a>
Javascript is a good way to start, "jquery.backstretch.js" is a very good jquery lib to scaling the background img.
Or, if your target client is using modern browser which means it can support CSS3,
use this:
http://www.w3schools.com/cssref/css3_pr_background-size.asp