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

View File

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