Fix max gif height
This commit is contained in:
parent
ced729c6d5
commit
93ec4b1e39
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.gallery-gif video {
|
||||
max-height: 530px;
|
||||
background-color: #101010;
|
||||
}
|
||||
|
||||
.still-image {
|
||||
max-height: 379.5px;
|
||||
max-width: 533px;
|
||||
|
|
Loading…
Reference in a new issue