Layout
Object Fit
Utilities for controlling how a replaced element's content should be resized.
Quick reference
| Class | Properties | 
|---|---|
| object-contain | object-fit: contain; | 
| object-cover | object-fit: cover; | 
| object-fill | object-fit: fill; | 
| object-none | object-fit: none; | 
| object-scale-down | object-fit: scale-down; |