出于某种原因,我的网站很长时间以来一直遇到一个奇怪的问题,但我仍然没有弄清楚是什么导致了这个问题。
这是我的网页在 Chrome 中的样子:(这是它在任何浏览器中的样子):
这是它在 IE11 中的样子:
如您所见,左边的第三张图片没有显示,但在 Chrome 上却显示了。这已经发生过多次。我已经检查了宽度和高度参数,所有这些都是正确的:但 IE 说我的图像尺寸是 283x16px 而不是 349x240px(右键单击>属性)。
<img width="349" height="240" src="http://exofeed.nl/wp-content/uploads/2015/01/Belgian-film-student-travels-more-than-5000-miles-to-be-friends-with-a-complete-stranger__880-1-349x240.jpg" class="attachment-grid-post wp-post-image" alt="Belgian-film-student-travels-more-than-5000-miles-to-be-friends-with-a-complete-stranger__880 (1)" title="Man reist 8000 kilometer af om een compleet vreemde te ontmoeten van Facebook"/>
出现问题的页面: http: //exofeed.nl/ - 顺便说一句,我正在使用 wordpress。
以前有没有其他人遇到过这个问题?或者有人知道是什么原因造成的吗?
更新:看起来它在 Firefox 上也不起作用......
我将不胜感激任何帮助!