Is there a way to instruct the browser to load all images first before displaying the page, rather than rendering img elements and then loading the images afterwards?
I am working with asp.net on the server side, but I believe the solution may involve DOM and JavaScript.
I am looking for specific answers such as "create a div and adjust the z-index" or "preload images in a hidden element for early loading" or "use a header to prioritize image loading in the browser", so this is not meant to spark a broad discussion.