Google News
logo
Bootstrap-3 - Interview Questions
Can we make images responsive in bootstrap ?
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.
Advertisement