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 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user