Image

Images are an important aspect of any UI design. Krozaro provides you with an image component that can help quickly add responsive images that render as per device resolution.

Responsive Image

This image is both responsive and also resizes itself as per the size of the parent container.

sample-img
  
<img alt="sample-img" src="https://picsum.photos/900/300" />                       
  

Square Image

sample-img

<img alt="sample-img" class="img-square" src="https://picsum.photos/900/600" />

Grid with 3 equal items

sample-img

  <img alt="sample-img" class="img-round" src="https://picsum.photos/900/600" />