置換要素(img要素やvideo要素など)をボックスにどのようにはめ込むかを指定する際に使用する。
【参考】http://www.htmq.com/css3/object-fit.shtml
img.sample2 {
width: 200px;
height: 200px;
object-fit: contain;
}
置換要素(img要素やvideo要素など)をボックスにどのようにはめ込むかを指定する際に使用する。
【参考】http://www.htmq.com/css3/object-fit.shtml
img.sample2 {
width: 200px;
height: 200px;
object-fit: contain;
}