Make images scale properly in lbry.tv.

Closes #3948
This commit is contained in:
Jeffrey Fisher 2020-04-14 02:46:55 -07:00 committed by Sean Yesmunt
parent d72a3deadc
commit 6a68558d4e

View file

@ -86,6 +86,7 @@
width: 100%;
height: 100%;
object-fit: contain;
max-height: var(--inline-player-max-height);
}
video {
cursor: pointer;