From 1baacb8d23e0361b4314a185b0916a546c8baf15 Mon Sep 17 00:00:00 2001 From: sptcguy <148409072+sptcguy@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:37:39 -0400 Subject: [PATCH] Update Videos.vue Remove video{ max-height } attribute. Signed-off-by: sptcguy <148409072+sptcguy@users.noreply.github.com> --- src/components/Videos.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Videos.vue b/src/components/Videos.vue index bcfb7a41a..5c3502c1d 100644 --- a/src/components/Videos.vue +++ b/src/components/Videos.vue @@ -183,7 +183,6 @@ video { z-index: 20050; align-self: center; max-width: 100%; - max-height: 100% !important; background-color: black; justify-self: center;