Use correct cover styling for img tag (#2674)
This commit is contained in:
committed by
GitHub
parent
28c9fb1103
commit
840c59b2ac
@@ -24,7 +24,7 @@
|
|||||||
.image {
|
.image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-size: cover;
|
object-fit: cover;
|
||||||
background-position: center;
|
object-position: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user