Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmbaggett
5457 days ago
Not mentioned, but important for developers: IE8 limits data URIs to 32KB. Any larger than that, and it will refuse to render.
1 comments
senthilp
5457 days ago
The IE8 limitation is for 1 image, the JSON response which is a combination of multiple images, will not have data URIs for images greater than 32KB.
link