So I’m working on my first tribute page, everything was going smooth until I got to the media query: The test says I need to resize my image responsively according to the size of the parent element, and when I debug the page the image DOES resize, but the test keeps failing? Is this a bug, or am I missing something?
I could swear I saw “auto” used for max-width/height in the curriculum challenges, but I’ve changed them to percentages in codepen and my page is passing now. Thanks for the help!