Img身高不起作用

时间:2015-06-24 10:21:26

标签: html css

在CSS文件中,它写为打击:

img {
    max-width: 100%;
    height: auto;
}

在HTML中,我写这个:

<img height="1" width="340">

结果是width:340,height:341,但我想要height=1

css文件无法修改,我必须使用它 有很多<img>标签,高度不同。

如何使height: auto;无效?

2 个答案:

答案 0 :(得分:1)

&#13;
&#13;
img, video {    max-width:100%; height: auto;}
img{
max-height: 1px;
display: block;
}
&#13;
<img height="1" width="340" src="http://lorempixel.com/400/200/nature/">
&#13;
&#13;
&#13;

答案 1 :(得分:0)

你可以写内联css之类的。

<dimen name="text_size">18sp</dimen>

因为内联CSS比外部或内部css具有更多功能