1.对已经写了宽度的图片进行样式重置
<img width="100px" height="100px">
<style>
img { width: 100% !important; height: auto !important; }
</style>
本文介绍了一种简单的方法来重置已定义宽度的图片样式,通过使用内联样式和CSS,确保图片能在不同设备上自动调整大小,同时保持原始比例。
1.对已经写了宽度的图片进行样式重置
<img width="100px" height="100px">
<style>
img { width: 100% !important; height: auto !important; }
</style>
2682

被折叠的 条评论
为什么被折叠?