In the future, If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
It will also tell us what browser you’re using. I’m not sure which browser you’re using.
The text from the lesson says It would be great if this image could be exactly the width of our phone’s screen. And it does indeed.
If you’re making the screen width too wide then it’s not representative of a phone and will not grow to match the size of a medium or large screen. Is that what you’re seeing?
EDIT: if you reply to my post I get notified. You can also mention my @name (@Roma)
if you reply using the generic reply button I will only stumble on your response.
It would be great if this image could be exactly the width of our phone’s screen.
And further down continues:
Fortunately, with Bootstrap, all we need to do is add the img-responsive class to your image. Do this, and the image should perfectly fit the width of your page.
[Emphasize is mine]
With “breaks” I mean that adding the img-responsive bootstrap class does not fulfill the promise as stated in the challenge, since it is visible that the image does not fit the phone’s screen size, while the tests for the challenge all pass positively.
I also checked the original image’s size and it turns out that it isn’t more than 400 x 400. Using a larger image solves the problem.
Do you think it would make sense to swap the original image in the challenge with a higher resolution one to avoid such confusion and help Campers better visualize the effect of the solution?