Hi all,

Usually when I make sprites they are GIFs or PNGs, but sometimes only JPEGs will do for a given implementation. In this situation, my sprites are sometimes over 50kb.

This made me wonder: In general, how big (in KB) must a sprite be to outweigh the benefit of a single HTTP request?

Thanks!