【まとめ】
・windows7のサポート対応が2020年1月までなので、それまでの辛抱
・それまでは、これでしのぐ
+
cssへの記述
/*外接リサイズ*/
.of img {
width: 100px;
height: 100px;
object-fit: cover;
font-family: ‘object-fit: cover;’; /*IE対策*/
}
・windows7のサポート対応が2020年1月までなので、それまでの辛抱
・それまでは、これでしのぐ
+
cssへの記述
/*外接リサイズ*/
.of img {
width: 100px;
height: 100px;
object-fit: cover;
font-family: ‘object-fit: cover;’; /*IE対策*/
}