How to give a style to images in bootstrap?
Answer / 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 |
What are the two ways you can display the code in bootstrap?
Explain basic grid structure in bootstrap?
Do you know what is bootstrap container?
Explain how do you use glyphicons in bootstrap?
Explain me how to create thumbnails using bootstrap?
What is the role of pagination in bootstrap?
What is the work of affix plugin in bootstrap?
What is the role of pagination in bootstrap and what are their classifications?
How many types media objects in bootstrap?
What are bootstrap badges?
Tell me what is affix plugin?
What If There Are More Than 12 Column Being Used In The Bootstrap Grid System? Does It Still Work?