Object fit and object position
Object fit
Helper classes for controlling how an object should be resized.
.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;
.object-contain
.object-cover
.object-fill
.object-none
.object-scale-down
Object position
Helper classes for controlling how an object should be positioned within its container.
.object-bottom-object-position: bottom;.object-center-object-position: center;.object-top-object-position: top;.object-left-object-position: left;.object-left-bottom-object-position: left-bottom;.object-left-top-object-position: left-top;.object-right-object-position: right;.object-right-bottom-object-position: right-bottom;.object-right-top-object-position: right-top;
.object-bottom
.object-center
.object-top
.object-left
.object-left-bottom
.object-left-top
.object-right
.object-right-bottom
.object-right-top