Search code examples
imagealt

How to prevent alt tags from showing whilst page is loading?


I have many pages that contain a lot of images. How can one prevent the alt tags from showing as the images load?


Solution

  • You can have the images be default hidden and show them using javascript when the document is ready.