HTML图像定义宽度和高度。为什么扭曲

发布于 2025-01-20 07:58:55 字数 469 浏览 0 评论 0原文

我使用此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;
    }

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文