img {
width: 100px;
height: 100px;
object-fit: cover;
}
object-fit:cover と指定するだけで縦横比を保ったまま拡大縮小ができる。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
img {
width: 100px;
height: 100px;
object-fit: cover;
}
object-fit:cover と指定するだけで縦横比を保ったまま拡大縮小ができる。
Register as a new user and use Qiita more conveniently
Go to list of users who liked