HTML图像定义宽度和高度。为什么扭曲
我使用此HTML代码来定义显示图片的宽度和高度。 当我使用自动时,为什么要静止高度的图像。我错了?
<img src="image01.jpg" width="80%" height="auto" alt="image01">
问题是,高度是在CSS中的污点。我该如何仅针对此图像做例外?
article img {
float: left;
margin-right: 0.2em;
height: 13em;
}
I use this html-code to define width and height of the shown picture.
Why ist the image distorted in height, when I use auto. What do I wrong?
<img src="image01.jpg" width="80%" height="auto" alt="image01">
The issue is, the height is definde in the css. How can I do an exception only for this image?
article img {
float: left;
margin-right: 0.2em;
height: 13em;
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论