Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Responsive Images Image Delivery with Srcset and Sizes Adding Sizes

Stefan Cutajar
Stefan Cutajar
7,747 Points

Sizes attribute

Hi, I am a little bit confused about the sizes attribute. So the picture is set to 100% width then I dont need to use sizes attribute right?

1 Answer

Steven Parker
Steven Parker
229,670 Points

These settings control different things. The "width" setting affects how much space on the display the image will take, but the "sizes" attribute allows for a different source file to be used for the image based on the device being used. This allows the resolution of the image to match the device so the desired quality can be maintained.