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.
我有一个具有设定宽度和高度的图像容器(一个 div)。
现在我从后端获得了一个图像 url,我需要将它放入容器中。
当图像小于容器时,我需要将其放大以填满容器。当图像大于容器时,我需要将其居中放置在容器中。
这可以用纯 CSS 完成吗?还是我需要使用 JavaScript 来做某事?
在图像上怎么样min-width:100px,其中 div 的宽度为 100px。
min-width:100px
您将需要混合使用 css 和 javascript,这是我为您创建的示例:
http://jsfiddle.net/7fUxw/1/