From c3525137462a6ea39506d4f0320b18ef458f03a1 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Mon, 10 May 2021 12:47:44 -0700 Subject: [PATCH] Added full screen image support on login screen, #2609. --- views/login2.handlebars | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/views/login2.handlebars b/views/login2.handlebars index fbb085a8..d0105e11 100644 --- a/views/login2.handlebars +++ b/views/login2.handlebars @@ -31,7 +31,7 @@ -
+
@@ -368,7 +368,10 @@ // Change the background image to full screen if (welcomePictureFullScreen) { - + QS('backgroundImage').height = '100%'; + QS('backgroundImage').opacity = '1'; + QS('backgroundImage')['background-position'] = 'center center'; + QS('backgroundImage')['background-size'] = 'cover'; } // Display the right server message