Add object-fit: cover to img
This commit is contained in:
parent
0f84f72ed2
commit
fb670ae90c
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ html, body {
|
||||||
.gif img {
|
.gif img {
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head {
|
.head {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue