Bootstrap Responsive Images #Part 7
In this article we are lean to make responsive image and its attributes in Bootstrap.
Bootstrap CDN link
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" >
Responsive Image
<img src="demo.jpg" class="img-fluid" alt="">
Image Round border
<img src="..." class="img-thumbnail" alt="...">
Use this image URL for practice purpose
http://surl.li/ccasa
Try it Yourself...
what you think about this article ??