【发布时间】:2014-10-16 16:34:14
【问题描述】:
我有以下代码:
.goplots {
height: auto;
width: auto;
max-height: 50px;
float: left;
}
此 HTML 代码与 MediaWiki 图像混合:
<div class="goplots">
[[File:{{PAGENAME}}-CC.png|Cellular components]]
</div>
问题是图像仅在修改width 值时才会调整大小。它不适用于height 或max-height。我尝试了一切都没有成功。怎么回事?
【问题讨论】:
-
您的意思是使用 MW 语法 (
[[File:{{PAGENAME}}-CC.png|50px]]) 还是使用 css 更改宽度值?