Search code examples
htmlcssdata-uri

HTML Data URIs Browser Compatibility


I was wondering what the browser support is for Data URIs? More specifically what version of IE does this begin to be supported in?

Also is there a difference between using them in a stylesheet as a BG image or in an img tag?

Cheers!


Solution

  • I follow caniuse.com, it hasn't failed me yet.

    http://caniuse.com/datauri

    According to caniuse Chrome, Firefox, Safari, Opera, mobile browsers, and IE8+ support Data URIs.