About

This is Lesson 7 Assignment.

We have learned to resize images without affecting the quality of the image.

We have combined the media viewport element with srcset attribute to display images based on user's viewport

The srcset attribute provides the browser with a set of image sources to choose from, including the size of each image

By adding these attributes, it tells the browser — if the viewport = this wide , please choose the best option from the list of images.