Answer Posted / Pushker Bhardwaj
To style images in Bootstrap, you can use various classes like `img-responsive`, `img-rounded`, `img-thumbnail`, and more. For example:
<img src="myimage.jpg" class="img-responsive">
In the example above, I used the `img-responsive` class to make the image resize automatically based on its container.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers