Search code examples
htmlcsswordpresswordpress-jetpack

WordPress hiding IMG


Every time I link to an image or upload via the Media page

style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 300px 250px;" width="0" height="0"

is added to the img tag. See below.

<img src="https://media.go2speed.org/..." style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 300px 250px;" width="0" height="0">

I am using a standard WordPress install on JustHost. I have JetPack installed, and deactivated Photon. This obviously hasn't fixed the problem. I also deactivated hot-linking.

The problem is that the images are being hidden by default. I want them to be visible without...

style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 300px 250px;" width="0" height="0"

...being added automatically.

Does anyone know how to fix this?


Solution

  • Do you use Firefox with AdBlock Plus Extension in your browser? If yes, try to disable it and try again. I think that is the problem