From 6a68558d4e9b74293affa43576577270ae21a01e Mon Sep 17 00:00:00 2001 From: Jeffrey Fisher Date: Tue, 14 Apr 2020 02:46:55 -0700 Subject: [PATCH] Make images scale properly in lbry.tv. Closes #3948 --- ui/scss/component/_file-render.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/component/_file-render.scss b/ui/scss/component/_file-render.scss index 70b807242..7c1ce833b 100644 --- a/ui/scss/component/_file-render.scss +++ b/ui/scss/component/_file-render.scss @@ -86,6 +86,7 @@ width: 100%; height: 100%; object-fit: contain; + max-height: var(--inline-player-max-height); } video { cursor: pointer;