Hacker News new | ask | show | jobs
by agnokapathetic 963 days ago
CSS Image Sprites https://www.w3schools.com/Css/css_image_sprites.asp
1 comments

I'm familiar with css sprites too. That's still just 1 image per request though.

Say you wanted to populate a social media feed... you'd need to dynamically call media. That produces a huge amount of requests.

What if you want to batch 10 images per request? Does anyone currently do that?