On my website, there is an <img />
element without src
attribute. It's src
is set dynamically with Javascript after a while. In chrome, it is hidden, but in firefox it shows me up this:
Is here any way how to get rid of this via any HTML attribute or even CSS? I could do this with JS to append this img
element after loading image or changing image.
can I do it with something easier than with JS?