clarified description for waypoint: make images mobile responsive

This commit is contained in:
Samuel Plumppu
2015-08-07 16:32:20 +02:00
parent dff5b181e1
commit 83005129cb

View File

@ -92,7 +92,7 @@
"dashedName": "waypoint-make-images-mobile-responsive", "dashedName": "waypoint-make-images-mobile-responsive",
"difficulty": 2.02, "difficulty": 2.02,
"description": [ "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.", "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." "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."
], ],