img
要素にaspect-ratio
とobject-fit: cover
を指定することでaspect-ratio
の比率で画像をトリミングできます。
img {
aspect-ratio: 1 / 1;
object-fit: cover;
}
Go to list of users who liked
img
要素にaspect-ratio
とobject-fit: cover
を指定することでaspect-ratio
の比率で画像をトリミングできます。
img {
aspect-ratio: 1 / 1;
object-fit: cover;
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked