Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waypoint: Make Images Mobile Responsive #2661

Closed
danielonodje opened this issue Aug 25, 2015 · 3 comments
Closed

Waypoint: Make Images Mobile Responsive #2661

danielonodje opened this issue Aug 25, 2015 · 3 comments

Comments

@danielonodje
Copy link

Challenge http://www.freecodecamp.com/challenges/waypoint-make-images-mobile-responsive has an issue. Please describe how to reproduce it, and include links to screenshots if possible.

Below is the code for 2 images as requested. 2 of 3 tests pass. The last one says the image URL should be "http://bit.ly/fcc-running-cats" as is shown below. The image loads correctly but the test does not pass.
img class="thick-green-border img-responsive" src="http://bit.ly/fcc-relaxing-cat"
img class="thick-green-border img-responsive" src="http://bit.ly/fcc-running-cats"

--angle tags removed to prevent image loading

@shufengh
Copy link

Have you tried to reset the test to and paste it again? it worked on mine.

@benschenker
Copy link
Contributor

Thanks @sir-castiq!

Check out the Code Formatting Guide for how to display your code and not have it render the html.

I think your issue is that your first img tag isn't inside the <a> from the previous challenge:

  <a href="#"><img class="smaller-image thick-green-border" src="http://bit.ly/fcc-relaxing-cat"></a>
  <img class="thick-green-border img-responsive" src="http://bit.ly/fcc-running-cats">

works fine for me.

I'm going to close this but reopen it if you are still having issues.

@yaseenagag
Copy link

You need to add an s to your http (https:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants