crunchy
crunchy

Reputation: 179

img not visible .. but it is there

something confusing.. I have a img-tag

<img src="http://example.com/images/1452630193_9305-normal.jpg" class="fqfqpowzxfpdkrchufzi">

But the image is not visible in the browser (FF 48.0.2).. the inspector says "could not load file".. but when I copy the path and paste it in the url of the browser, the image is definetly there.

also on my older version of FF, the image shows up correctly.

did I miss something important? why is the image not showing up?

Upvotes: 0

Views: 237

Answers (1)

This_Is_Alex_
This_Is_Alex_

Reputation: 305

Since all of the images are located in the "ad_min" directory, I think you have an adblocker that has picked up the "ad" in the URL and blocked the image from loading.

My chrome dev tools has said that the image has been blocked from loading by the client, which is why I am suspicious.

I disabled my adblock, and surely enough, the images did load like they were meant to

Upvotes: 2

Related Questions