Merge pull request #1643 from Greenheart/greenheart-1628

clarified description for waypoint: make images mobile responsive
pull/18182/head
Quincy Larson 2015-08-12 01:23:18 -07:00
commit 011d1fe903
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
"title": "Make Images Mobile Responsive",
"difficulty": 2.02,
"description": [
"First, Add a new image with the <code>src</code> attribute of \"http://bit.ly/fcc-kittens2\".",
"First, Add a new image below the existing one. Set it's <code>src</code> attribute to \"http://bit.ly/fcc-kittens2\".",
"It would be great if this image could be exactly the width of our phone's screen.",
"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."
],