Contain story media within the viewer bounds
This commit is contained in:
parent
9eff67446f
commit
58a0cb7497
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@
|
|||
max-height: 100%;
|
||||
outline: none;
|
||||
width: auto;
|
||||
|
||||
&__image {
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
|
||||
&__meta {
|
||||
|
|
Loading…
Reference in a new issue