Tell us what’s happening:
I made another Tribute project page with the simplest design to avoid bugs but still getting 9/10 while everything is 10000% ok and the page is 100% responsive. Someone tell me where is my mistake if there is any!
PS: I am using w3css because its 100 times faster and easier especially for responsiveness and it has nothing to do with the strange test pass result 9/10.
Thank you very much
Thank you for taking the time to reply. I set the image to max-width: 100%, is this not enough to not let the image exceeds its original size. I am a beginner so please be kind an explain more.
note that there may be more than one issue for one test not passing, you can go back to the test to see if the error message changed or it is still the same issue
I am not convinced because The image is responsively resized relatively to the width of its parent and to all screens, The page as well. I tested it on google dev simulator on all screens. If the entire page is responsive, why it still rising a mistake? That’s the point I mean and that’s what I am instructed to learn, sounds logic right? Well, I am gonna delete the image container so the image parent will be the body. That’s what my mind tells me to do.
I didn’t say it wasn’t responsive. I said it gets too big. It should not be allowed to get larger than the image itself. You don’t want it to grow infinitely because it will look like crap.
As I said, the image container was bugging the test script, after deleting it, and giving its style to the image, now the test result is 10/10. Thank you for your support.