Contain story media within the viewer bounds

This commit is contained in:
Josh Perez 2022-08-03 11:53:23 -04:00 committed by GitHub
parent 9eff67446f
commit 58a0cb7497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@
max-height: 100%;
outline: none;
width: auto;
&__image {
object-fit: contain;
}
}
&__meta {