Image

Make your Images responsive or customize it to round shape

Responsive Image

<div class="img-container">
<img
class="img-responsive"
src="https://picsum.photos/500"
alt=""
/>
</div>
view raw responsive-img hosted with ❤ by GitHub

Responsive Image with round shape

<div class="img-container">
<img
class="img-responsive img-round"
src="https://picsum.photos/500"
alt=""
/>
</div>