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 trialKit Fung Eman Law
Courses Plus Student 2,385 PointsI don't understand, I've set the width on images to 100%. It still doesn't work.
I don't understand the question of the challenge.
3 Answers
Matthew Tran
16,343 PointsDid you type this in?
img {
max-width: 100%;
}
Chris Jardine
13,299 PointsHi Kit
They are looking for you to set the img to max-width of 100%.
Kit Fung Eman Law
Courses Plus Student 2,385 PointsThanks guys, I've passed that.