Posh UI

Image

Image can be used to display large picture on the website.

Round Image

do something great poster stanlee
                    
<img loading="lazy" class="img img-round" src="..." alt="..."/>
<img loading="lazy" class="img img-round" src="..." alt="..."/>
              
            

Square Image

stanlee do something great
                    
<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.

stanlee
                  
<div class="img-container">
  <!-- .img-container {max-width: 52vw;} -->

  <img loading="lazy" class="img-responsive" src="..." alt="..."/>
<div>