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%;
|
max-height: 100%;
|
||||||
outline: none;
|
outline: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
|
&__image {
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__meta {
|
&__meta {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue