top | item 38019099

(no title)

agnokapathetic | 2 years ago

CSS Image Sprites https://www.w3schools.com/Css/css_image_sprites.asp

discuss

order

shanebellone|2 years ago

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?