disable object-fit

This commit is contained in:
r888888888
2017-09-29 17:58:50 -07:00
parent 03c9721645
commit 74433b9f85

View File

@@ -132,9 +132,9 @@
margin: 0 auto; margin: 0 auto;
} }
img { img {
object-fit: contain; //object-fit: contain;
width: 48.5vw; //width: 48.5vw;
height: 48.5vw; //height: 48.5vw;
margin: 0 auto; margin: 0 auto;
border: none !important; border: none !important;
} }