adspace


How to create thumbnails using Bootstrap?

Answer Posted / Awadh Kishore

To create thumbnails in Bootstrap, you can use the `.img-thumbnail` class. Here is an example:

```html
<img src="your_image_url" class="img-thumbnail" alt="Image">

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of bootstrap?

87