Css – Persistent alt text flashing in Firefox when loading images
When loading images on my site, firefox briefly (for around half a second) flashes the alt text before the image loads. There are other issues about this, but everyone suggests adding img:-moz-loading { visibility: hidden; } I have done so…