InterviewSolution
Saved Bookmarks
| 1. |
Can We Make Images Responsive In Bootstrap? |
|
Answer» YES we can MAKE images RESPONSIVE by adding class .img-responsive which in turn applies CSS properties with max-width(100%) as well as height (auto) for covering parent ELEMENT. Yes we can make images responsive by adding class .img-responsive which in turn applies CSS properties with max-width(100%) as well as height (auto) for covering parent element. |
|