Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在这个网站http://iworks.ozythemes.com上制作柔和的缩放背景,但使用 css3。我试过用身体上的比例进行变换,但后来一切都变了,这是我不想要的。
有什么线索吗?
background-sizeCSS3 属性怎么样?
background-size
您可以使用 javascript 更改它的值。
不幸的是,目前没有使用 css 缩放背景图像的方法,也许你可以尝试 background-size:cover; 以适合背景图像。