I\'m a creating a loading screen for website I am making. The website loads many images, scripts, etc. The HTML and CSS part is great, but I need a way to guarantee that the
I'm not sure if it's possible to enforce.
If it is, try adding this in the head-tag:
In theory that may load and cache that image before anything else.