InterviewSolution
Saved Bookmarks
| 1. |
What Is Bootstrap 4 Image Thumbnail? |
|
Answer» The .IMG-THUMBNAIL CLASS shapes the image to a thumbnail (bordered): <img SRC="image.jpg" class="img-thumbnail" alt="thumbnails image" /> The .img-thumbnail class shapes the image to a thumbnail (bordered): <img src="image.jpg" class="img-thumbnail" alt="thumbnails image" /> |
|