Image
Make your Images responsive or customize it to round shape
Responsive Image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="img-container">
<img
class="img-responsive"
src="https://picsum.photos/500"
alt=""
/>
</div>
Responsive Image with round shape
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="img-container">
<img
class="img-responsive img-round"
src="https://picsum.photos/500"
alt=""
/>
</div>