Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 357 Bytes

File metadata and controls

25 lines (17 loc) · 357 Bytes

Fit Image

.fit-image-contain

Put on wrapper of image so it contains it.

<div class="fit-image-contain">
  <img src="shrek.jpg" />
</div>

.fit-image-cover

Put on wrapper of image so it covers it.

<div class="fit-image-cover">
  <img src="shrek.jpg" />
</div>

See SVGs

Back to TOC