From 433b726908e05a3fddfe94062eb7729482af27d3 Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 9 Jun 2022 22:34:13 -0400 Subject: [PATCH] feat: detect and handle device rotation in player --- NUXT/components/Player/index.vue | 89 +++++++++++++++++++++++--------- 1 file changed, 65 insertions(+), 24 deletions(-) diff --git a/NUXT/components/Player/index.vue b/NUXT/components/Player/index.vue index 16eb318..fb4d706 100644 --- a/NUXT/components/Player/index.vue +++ b/NUXT/components/Player/index.vue @@ -8,6 +8,7 @@ }" class="d-flex flex-column" style="position: relative" + :style="{ height: isFullscreen ? '100vh' : 'auto' }" >