Browser issue Broken Icon

It's basically because we start a redirect and the browser stops loading any images on the page that it hasn't loaded already.

The primary method around it (embedding it in the CSS itself) is probably not worthwhile. The alternative method (delaying the redirect, slowing down the process) is definitely not worthwhile.
 
It's basically because we start a redirect and the browser stops loading any images on the page that it hasn't loaded already.

The primary method around it (embedding it in the CSS itself) is probably not worthwhile. The alternative method (delaying the redirect, slowing down the process) is definitely not worthwhile.

Then what would you consider worthwhile?
 
Top Bottom