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.
我正在使用 C# 工作 ASP.net,
我有一个宽度为 1000 像素的 html div,然后我还有一些宽度不同的图像。
我的要求是,当我将图像放到 div 上时,它会显示图像自动填充该 div,该 html div 似乎没有空白。
注意:我们有不同宽度的不同图像。
可能吗 ?
您需要通过 CSS使用background-image它。div
background-image
div
阅读background-size,在这里您可以看到不同选项的演示。
background-size