我在所有帖子中的图片都有问题。他们没有反应 看一个例子 :https://fotografiaartistica.it/2018/10/luigi-ghirri-maestri-della-fotografia/ 我该怎么办?
答案 0 :(得分:0)
您只需要在主要样式的图片下面的css中添加:
.post-entry img{
max-width: 100%;
height: auto;
}
答案 1 :(得分:0)
答案 2 :(得分:-1)
在活动主题style.css中添加此CSS。
.post .post-entry img{
width: 100%;
height: auto;
}
答案 3 :(得分:-1)
我在主题中通过其他CSS添加了您的代码。
现在在帖子中工作,但不在其他人中工作。以这个为例:https://fotografiaartistica.it/2018/09/ralph-gibson-maestri-della-fotografia/ 有什么问题吗?