I can't pass the fcc suite test

I am unable to pass a resize test. I have made these projects before an passed all the test, i decided to delete the old immature projects and make new ones instead . But now i can’t pass the test. i don’t know why. i tried every thing . every syntax. i think test script might be broken

Welcome to the forums @navdhiber.

The test script is not broken.

When a test fails click the red button to see which test(s) are failing and text to help you correct the issue.

  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

The failing test says

The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size.
Try using the "max-width" style property : expected 'none' to not equal 'none'
AssertionError: Try using the "max-width" style property : expected 'none' to not equal 'none'

All tests pass when I correct the failing message.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.