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 |