The img width of its parent element, without exceeding its original size

i’m getting this error- The img element should responsively resize, relative to the width of its parent element, without exceeding its original size.
I don’t understand how to fix it.Any help is appreciated.Here is my link:

You’re so close.

You’ve set the max-width, but haven’t actually specified the width of the img. Set that to a percentage value and that will give you a responsive image (and will pass the test criteria).

Good luck.

2 Likes