【发布时间】:2016-01-22 10:08:43
【问题描述】:
我目前正在使用这个 css 使我的博客图像适合我的博客区域和博客文章文本的确切宽度。我不确定这是否是最好的解决方案,因为我偶尔会遇到图像向右移动的问题。
.post-body img {
width: 761px!important;
height: auto!important;
padding: 0 !important;
border: none !important;
background: none !important;
}
有没有更好的方法来做到这一点?在此先感谢:)
【问题讨论】:
-
你可以添加你的 html 代码还是简单地把它放在 jsfiddle 或 codepen 中