Image
Image can be used to display large picture on the website.
Round Image
<img loading="lazy" class="img img-round" src="..." alt="..."/>
<img loading="lazy" class="img img-round" src="..." alt="..."/>
Square Image
<img loading="lazy" class="img img-square" src="..." alt="..."/>
<img loading="lazy" class="img img-square" src="..." alt="..."/>
Responsive Image
Resize your browser window, to see its responsiveness.
<div class="img-container">
<!-- .img-container {max-width: 52vw;} -->
<img loading="lazy" class="img-responsive" src="..." alt="..."/>
<div>