How to display loading image while actual image is downloading [duplicate] January 27, 2023 by Tarik Just add a background image to all images using css: img { background: url('loading.gif') no-repeat; }