KodeFor.Me
KodeFor.Me

Reputation: 13511

Chrome | Strange issue with some of my site images

I am using chrome 26.0.1410.64 m

Sadenly, today stoped serving some of the images of a web site I am developing. What I have see is the Chrome console, the network tab, where the image that are not loaded are having status (failed) and type "pending".

Note, that these images, are available if I try to open with their own URL.

Here is the screen shot of the console:

enter image description here

This issue is available only on Chrome, and not for all the images.

This is for example a tag using one of that images:

<img src="http://www.mysite.dch/wp-content/uploads/Ads/280x100/7047f30d8145b0d8abb47ff5ed07d703.jpg" alt="" title="" width="280" height="100" />

In the above link for example, if I copy the image url, and paste it in another tab of the Chrome, the image will be normaly served, with no error codes or any delay.

Also this image may helps:

enter image description here

Finally problem solved. I have insalled a plugin that cat my images because of Ad keyword.

Upvotes: 0

Views: 243

Answers (1)

Related Questions