0 votes
in Bootstrap by

How do you make images responsive?

1 Answer

0 votes
by

Bootstrap 3 allows to make the images responsive by adding a class .img-responsive to the <img> tag. This class applies max-width: 100%; and height: auto; to the image so that it scales nicely to the parent element.

Related questions

0 votes
asked Oct 7, 2019 in Bootstrap by Tracy Williams
+1 vote
asked Jan 20, 2023 in Bootstrap by SakshiSharma
...