Tribute Page feedback, Please

Hey guys completed my tribute page with 1 error that I don’t understand what’s asking of me:

  1. The element should responsively resize, relative to the width of its parent element, without exceeding its original size.

But my image is responsive, no? Any feedback/criticism/improvements are greatly appreciated.

Thanks in advance.

It’s actually looking for some specific properties that’s applied in your image.

Give your image

display:block;
max-width: 100%;
height: auto;

Mmmm tnx for the feedback but that didn’t work for me still testing bad.

What I did not good? and why?

Take a look at the log it generates. It’s saying that you will need to give max-width to your image.

1 Like

Got it! tnx a lot for all the help