Make Images Mobile Responsive

Hello everyone!
Why is this not working??
//<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive"/>//

keep saying this…
// running tests
Your new image should be below your old one and have the class
img-responsive. Your new image should have asrc of ``https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg```
. // tests completed

My Regards!

It is best to post a link to the challenge.

This is from Bootstrap section?

Your line

<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" class="img-responsive"/>

works for me in this step. Are you sure you did not change anything in other parts of code?

I am putting the same line of code and it keeps giving the same error…
The funny thing is that…this exercise is not complicated at all…

Your new image should be below your old one and have the class
img-responsive. Your new image should have asrc
of https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg

Well, maybe it’s browser issue or something like that. Not sure about this one

yeah, it could be…
thanks for reply!

Try to move further through the course maybe? If such issue will appear again, maybe it’s really something on your side?

You can always come back to this step.

Btw I finished bootstrap section today, didn’t have any issues like that. Using chrome + windows 10

I´m using microsoft edge…I will try with chrome now…
thanks!

My friend… You were right. It’s a browser problem…
in Microsoft edge, doesn´t work …
Oh shh…
we must warn about this…
thank you so much!

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