Hacker News new | ask | show | jobs
by tfennelly 5123 days ago
If image loading speed is an issue you can embed the image in the html <img src> as a base64 encoded string.... no remote loading then.

That of course is dog ugly ... just say'n it's possible :) An SVG or CSS approach would surely be more maintainable.