Good Evening,
I am building a website and I will be loading images from a remote website. Right now the page is blank until the images completely load. I was hoping someone can show me an easy to to show progress of the images being loaded either by a percentage number or using something like a bootstrap progress bar.
Right now I am using pure HTML:
<img src="http://www.someWebSite.com/testImage.png" alt="Test">
Any Recommendations?