How to add Boostrap 5 Responsive Images?

creating responsive images in bootstrap 5  using the built-in  classes.

Here’s how you can make your images responsive:
<div class="d-flex justify-content-center"> 

<img src="your-image.jpg" alt="Responsive Image" class="w-100">

 </div>