我的页面中包含以下图片标签:
<img
style="border-radius: 2em; box-shadow: rgb(204, 204, 204) 3px 3px 8px 1px; height: 250px; width: 370px; overflow: hidden;"
src="evil_dims.jpg"
alt="An illustration of the various mountain bike dimensions">
渲染的图像高度尊重样式,但不尊重宽度,宽度始终固定为200px。有什么想法吗?
答案 0 :(得分:0)
我正在使用的elm-hot模块在开发模式下围绕我的应用程序创建了一个div,其中包括一种将img标签的max-width
值限制为200px的样式。 @vsync,感谢您提供引起问题的其他CSS值的技巧。
我的解决方案是向图像添加maw-width
样式属性。