@intml you would use sprites to cut down the the network requests your sites uses to serve up a page. For instance instead of requiring 10 requests to download 10 images for your page, you could place those 10 images in a sprite image and then download all 10 images with one request. This helps optimize the performance of your web pages.
Thanks for the video.
You are very good at explaining things.
However I really cant see why I would use Sprite. I see no use for it.
intml 1 year ago
@intml you would use sprites to cut down the the network requests your sites uses to serve up a page. For instance instead of requiring 10 requests to download 10 images for your page, you could place those 10 images in a sprite image and then download all 10 images with one request. This helps optimize the performance of your web pages.
polymorphicpodcast 1 year ago 2
@polymorphicpodcast
Okay thanks for the further explanation.
intml 1 year ago