object-fit キーワード値 デモ

サンプル画像

キーワードを選択すると値を適用します。

img {
    width: 100%;
    height: 100%;
    object-fit: unset;
}