CSS能否使图片放大到窗口大小
加了max-width:100%能够使大图片缩小到窗口大小,那么如何设置能使小图片放大到窗口大小呢。还是必须得用js来做这个事?
JackAyu
10 years, 7 months ago
Answers
html {
width: 100%;
height: 100%;
background: url(bg.jpg) no-repeat center center fixed;
background-size: cover;
}
参考资料: http://css-tricks.com/perfect-full-page-background-image/
去尼玛暧昧
answered 10 years, 7 months ago