【发布时间】:2016-07-25 17:48:08
【问题描述】:
我正在尝试使我的网站徽标/横幅正确地适合内容框。 不幸的是,它在不同的计算机分辨率和窗口大小上以不同的宽度出现。
我在内容框中的横幅广告也发生了这种情况。
CSS
#logo {
max-width: 100%;
height: auto;
width: auto;
}
HTML
<div id="logo">
<center>
<img src="logo.png" alt="Image of Traffic Monsoon">
</center>
</div>
【问题讨论】:
标签: html css image resize banner