-
Which shapes an image to a thumbnail?
-
- .img-thumbnail
- .img-rounded
- .img-responsive
- .img-circle
- None of these
Correct Option: A
.img-thumbnail shapes image to a thumbnail (borders), .img-rounded adds rounded crners to an image, .img-responsive makes an image responsive, .img-circle shapes an image to a circle, it is not supported in IE8 and earlier versions.