0

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!

Travis
  • 2,185
  • 7
  • 27
  • 42
  • https://www.google.com/search?q=browser+support+is+for+Data+URIs – Yuriy Galanter Apr 10 '14 at 17:38
  • Thanks i know how to Google something, but there are a bunch of different articles out there that contradict each other. I trust the opinions of the SO community. – Travis Apr 10 '14 at 17:41

1 Answers1

1

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.

WackyWalrus
  • 324
  • 1
  • 7