CSS Tutorial in Hindi [Part 22] - CSS Image Sprites

Tech Gun
Youtube
Related Topic
:- Web Development HTML

In this video i will talk about Image Sprites in CSS. An image sprite is a collection of images put into a single image. A web page with many images can take a long time to load and generates multiple server requests. Using image sprites will reduce the number of server requests and save bandwidth. Instead of using three separate images, we use this single image With CSS, we can show just the part of the image we need. CSS Sprites is pretty much the exact same theory: get the image once, and shift it around and only display parts of it. This reduces the overhead of having to fetch multiple images.

Comments